Skip to content
Cursor

Krystal Voice Caller for Cursor

io.github.krystalunity/kvc-mcp

Drive a Krystal Voice Caller tenant from Claude, Cursor, or any MCP-aware agent.

client:Cursor transport:stdio runtime:pypi

Install Krystal Voice Caller 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": {
    "kvc-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "kvc-mcp"
      ],
      "env": {
        "KVC_API_TOKEN": "<KVC_API_TOKEN>",
        "KVC_BASE_URL": "<KVC_BASE_URL>"
      }
    }
  }
}

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

Krystal Voice Caller in other clients