mr_flemingerM
Convex Community6mo ago
1 reply
mr_fleminger

Claude Code MCP Config

I have the following .mcp.json:
{
  "mcpServers": {
    "puppeteer": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-puppeteer@latest"],
      "env": {}
    },
    "convex": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "convex@latest", "mcp", "start"],
      "env": {}
    }
  }
}


Claude Code picks up on puppeteer but not convex, does not even show up on /mcp.

🤷
Was this page helpful?