ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Convex with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Interact with your Convex backend directly—execute queries, mutations, and actions from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 4 capabilities

The complete Convex capability set.

These are the exact actions your AI can choose when you ask it to work with Convex.

Capability set01 / 01

01-04

4 capabilities in this set.

Part of 4 available through Convex.

  1. 01

    Run mutation

    Call a Convex mutation function

  2. 02

    Run query

    Use this for fetching data. Call a Convex query function

  3. 03

    Run action

    Call a Convex action function

  4. 04

    Run function

    G., "messages/list" instead of "messages:list"). Call a Convex function by its URL identifier

Observed, not estimated

857ms average. Fast in production.

Convex is checked daily against the live service.

Daily averagePeak 1085ms
Aug 20Today
Fastest day
718ms
Slowest day
1085ms
14-day trend
Improving-6%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 4 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Convex, so you can see the experience inside your AI.

It does not authenticate your account with Convex. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Convex Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_MADGSG1GwcjX2nZFJX7QdDYmcBCtd1WoRLCUHsG9/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Convex capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "convex-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_MADGSG1GwcjX2nZFJX7QdDYmcBCtd1WoRLCUHsG9/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Convex owners ask.

  • 01

    What is the difference between run_query and run_mutation?

    Use run_query for read-only operations that fetch data. Use run_mutation when you need to write, update, or delete data transactionally in your database.

  • 02

    Can I call external APIs using this server?

    Yes, by using the run_action capability. Actions in Convex are designed for side effects like calling third-party APIs or performing long-running tasks.

  • 03

    How do I reference functions in subdirectories?

    You can use run_query with colon notation (e.g., 'folder/file:function') or use run_function which accepts URL-style identifiers with slashes.