MCP Configtesting
claude-code-marketplace MCP Config
MCP configuration with 6 servers: context7, astro-docs, next-devtools + 3 more
.mcp.json
{
"mcpServers": {
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp"
},
"astro-docs": {
"type": "http",
"url": "https://mcp.docs.astro.build/mcp"
},
"next-devtools": {
"command": "npx",
"args": [
"-y",
"next-devtools-mcp@latest"
]
},
"shadcn": {
"command": "npx",
"args": [
"shadcn@latest",
"mcp"
]
},
"playwright": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
]
},
"serena": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/oraios/serena",
"serena",
"start-mcp-server"
]
}
}
}