About
Overview
The Convex MCP Server enables AI agents to interact with Convex's full-stack platform. It provides tools for querying and mutating data, managing functions, and accessing real-time subscriptions.
Capabilities
Tools & Capabilities
⚡query
Run a Convex query function
⚡mutation
Run a Convex mutation
⚡list_functions
List deployed functions
Setup
Installation
bash
Install
npx -y mcp-server-convexExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"convex": {
"command": "npx",
"args": ["-y", "mcp-server-convex"]
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 35
Last UpdatedFeb 12, 2026