How to Use the Convex MCP in Cursor
Feed live Convex database state directly into your Cursor agent to write code that perfectly matches your schema.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Convex MCP to Cursor
Create your Vinkius account to connect Convex to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Inject live data into Cursor with this MCP Server
The `run_query` tool pulls real-time JSON payloads from your Convex database directly into your Cursor editor. Instead of writing code against mock objects or outdated schemas, your agent inspects the actual data structure in your backend. This ensures the frontend code it generates matches your database exactly. You can ask the Cursor agent to write a new UI component, and it will fetch the live data structure first. It writes the React code using the exact fields returned by your query, saving you from manual schema checking.
Test backend functions inside Cursor Agent mode
You can execute any backend logic using the `run_function` tool directly inside your Cursor chat or inline terminal. This lets you verify how your endpoints behave with different arguments before you commit to writing frontend integration code. If you are debugging a tricky edge case, you can tell the agent to run the function with specific parameters. The agent reads the raw response, diagnoses the failure, and proposes the exact fix in your local files.
Modify database state without leaving Cursor
The `run_mutation` tool lets your agent update your database tables directly from the Cursor composer interface using this MCP Server. When you are testing a new feature and need to reset a user's status or clear a test list, you don't need to open a browser. You can also trigger side-effect heavy operations using the `run_action` tool. This allows you to test your entire stack, from frontend UI changes to background jobs, all while staying focused on your active code files.
Set up Convex MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Convex MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Convex transactions." If the MCP tools are loaded correctly, Cursor will call the Convex tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"convex-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Convex. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Cursor
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.