Stateless MCP server for triggering outbound Vapi native voice calls from Poke.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"poke-voice-mcp-serve": {
"command": "npx",
"args": [
"-y",
"ionnes69/poke-voice-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add poke-voice-mcp-serve npx -y ionnes69/poke-voice-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"poke-voice-mcp-serve": {
"command": "npx",
"args": [
"-y",
"ionnes69/poke-voice-mcp-server"
]
}
}
}