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)
{
"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