Stats
Actions
Tags
From Convex
Connects to Convex backend for database queries, schema management, and serverless function execution. Runs locally and requires Convex authentication.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"convex": {
"command": "npx",
"args": [
"-y",
"convex@latest",
"mcp",
"start"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
First indexed Mar 23, 2026
First indexed Mar 23, 2026
claude plugin install convex@claude-plugins-official