Files
claude-code-best-practice/.mcp.json
T
2026-03-02 13:15:36 +05:00

25 lines
551 B
JSON

{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "@playwright/mcp"]
},
"reddit-mcp-server": {
"type": "http",
"url": "http://144.91.76.33:8080/mcp"
},
"tavily-web-search": {
"type": "http",
"url": "https://mcp.tavily.com/mcp/?tavilyApiKey=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"
},
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
},
"deepwiki": {
"command": "npx",
"args": ["-y", "deepwiki-mcp"]
}
}
}