Skip to content
Cursor

Vox MCP for Cursor

io.github.linxule/vox-mcp

Multi-model AI gateway — 8 providers plus local models, no system prompt injection.

client:Cursor transport:stdio runtime:pypi

Install Vox MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "vox-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vox-mcp"
      ],
      "env": {
        "GEMINI_API_KEY": "<GEMINI_API_KEY>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "XAI_API_KEY": "<XAI_API_KEY>",
        "DEEPSEEK_API_KEY": "<DEEPSEEK_API_KEY>",
        "MOONSHOT_API_KEY": "<MOONSHOT_API_KEY>",
        "OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>",
        "CUSTOM_API_URL": "<CUSTOM_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Vox MCP in other clients