Files
claude-code-best-practice/.mcp.json
T
2026-03-07 14:38:08 +05:00

21 lines
427 B
JSON

{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "@playwright/mcp"]
},
"tavily-web-search": {
"type": "http",
"url": "https://mcp.tavily.com/mcp/?tavilyApiKey=${TAVILY_API_KEY}"
},
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
},
"deepwiki": {
"command": "npx",
"args": ["-y", "deepwiki-mcp"]
}
}
}