Skip to content
Grok

Krystal Voice Caller for Grok

io.github.krystalunity/kvc-mcp

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

client:Grok transport:stdio runtime:pypi

Install Krystal Voice Caller in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Krystal Voice Caller in other clients