StackMCP
databaseOfficial

Convex MCP

90

Convex

Introspect tables, call functions, read and write data, manage environment variables, and view logs on your Convex reactive backend.

4.2k95.0k/wk6.2K tokens(3%)Official1w ago
databasebackendreactivereal-timefunctions

Quick Setup

Paste in ~/.claude.json

json
{
  "mcpServers": {
    "convex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "convex@latest",
        "mcp",
        "start"
      ]
    }
  }
}
View on GitHubnpm