Kelam Voice Agents for Claude Desktop
io.github.nousdata/kelam
Place and follow real phone calls and SMS through your Kelam voice agents.
client:Claude Desktop
transport:streamable-http
Install Kelam Voice Agents in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"kelam": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.kelam.sh/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs