How to Use the Convex MCP in Claude
Run your Convex queries and mutations directly inside Claude Desktop to inspect and modify backend state in real time.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Convex MCP to Claude Desktop
Create your Vinkius account to connect Convex to Claude Desktop and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Run live database queries in Claude Desktop
The `run_query` tool fetches live data from your Convex database directly into your Claude Desktop chat window. You don't have to jump back and forth to your web dashboard to see what's in your tables. Just ask your agent to pull the latest records, and it runs the query immediately. This means your Claude Desktop agent works with real-time state when debugging. If a user reports a bug, you can tell the agent to inspect their specific document ID, letting it analyze the actual data causing the issue.
Execute mutations directly from Claude Desktop
You can write new data or modify existing records using the `run_mutation` tool from your Claude Desktop interface using this MCP Server. Instead of writing throwaway scripts to fix bad database state, you tell your agent what needs to change. It translates your intent into a precise database write. This changes how you handle quick administrative tasks. You can ask your agent to flag a user account or patch a broken schema field, and the write executes safely through your existing Convex mutation logic.
Trigger complex Convex actions inside this MCP Server
The `run_action` tool handles side effects like sending emails or calling third-party APIs from your Claude Desktop session. Since actions in Convex run in a Node.js environment, you can trigger these multi-step workflows without leaving your conversation. You can also execute generic backend functions using `run_function` when you need to run logic that doesn't fit a standard query or mutation. Your agent handles the payload formatting, so you only need to specify the function path and the arguments.
Set up Convex MCP in Claude Web or Desktop
- 1
Open Claude Settings
Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.
- 2
Add Custom Connector
Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:
https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcpReplace[YOUR_TOKEN_HERE]with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials. - 3
Start a conversation
Open a new chat. The Convex MCP tools are available immediately — no restart needed.
Endpoint URL
https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp No configuration file needed — paste the URL directly in the Claude web interface.
Available on Free (1 connector), Pro, Max, Team, and Enterprise plans.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Convex MCP in Claude Desktop
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Convex MCP today
We host it, we monitor it, we maintain it. You just paste one token.