Loading MCP server directory, please wait...
Drive a Krystal Voice Caller tenant from Claude, Cursor, or any MCP-aware agent.
npx @getmcp/cli add io.github.KrystalUnity/kvc-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
KVC_API_TOKENBearer token starting with kvc_token_. Generate at https://krystalunity.com/voice/krystal-caller/dashboard/api-tokens
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.KrystalUnity/kvc-mcp": {
"command": "uvx",
"args": [
"kvc-mcp"
],
"env": {
"KVC_API_TOKEN": "",
"KVC_BASE_URL": "https://krystalunity.com/api/admin/kvc"
}
}
}
}