The Voice Call MCP Server lets AI agents initiate and manage voice calls using Twilio and OpenAI's GPT-4o Realtime model. It exposes APIs for call initiation, management, and real-time voice interaction. Developers use it to build AI assistants that handle voice communication, such as customer support bots or virtual receptionists.
The Voice Call MCP Server lets AI agents initiate and manage voice calls using Twilio and OpenAI's GPT-4o Realtime model. It exposes APIs for call initiation, management, and real-time voice interaction. Developers use it to build AI assistants that handle voice communication, such as customer support bots or virtual receptionists.
npx -y voice-call-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"popcornspace-voice-call-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"npx -y voice-call-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from voice call?"
API Key Required
This server requires an API key from voice call. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| VOICE_CALL_API_KEY | Yes | Your voice call API key |
"What resources are available in voice call?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in voice call"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in voice call with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.