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