Files
claude-code-best-practice/.mcp.json
T
2026-01-28 11:29:09 +05:00

17 lines
301 B
JSON

{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "@playwright/mcp"]
},
"reddit-mcp-server": {
"type": "http",
"url": "http://144.91.76.33:8080/mcp"
},
"figma": {
"type": "http",
"url": "https://mcp.figma.com/mcp"
}
}
}