databaseOfficial
Convex MCP
94
Convex
Introspect tables, call functions, read and write data, manage environment variables, and view logs on your Convex reactive backend.
11.2k521.6k/wk6.2K tokens(3%)Official2d ago
databasebackendreactivereal-timefunctions
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"convex-mcp": {
"command": "npx",
"args": [
"-y",
"convex@latest",
"mcp",
"start"
]
}
}
}