Model Context Protocol (MCP) server configuration and tool manifest for get-convex/convex-backend
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"convex-backend": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-convex-backend"
]
}
}
}