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.6k726.7k/wk6.2K tokens(3%)Officialyesterday
databasebackendreactivereal-timefunctions
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"convex-mcp": {
"command": "npx",
"args": [
"-y",
"convex@latest",
"mcp",
"start"
]
}
}
}