Loading MCP server directory, please wait...
Give AI agents a phone: outbound AI calls that return a summary, transcript, and extracted fields.
npx @getmcp/cli add ai.voxplo/voxploRequires Node.js 18+. Community-contributed server. Review source before installing.
VOXPLO_API_KEYVoxplo Agent API key (starts with bys_ak_). Create one at https://voxplo.ai/account/developers
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.voxplo/voxplo": {
"command": "npx",
"args": [
"-y",
"voxplo-mcp"
],
"env": {
"VOXPLO_API_KEY": ""
}
}
}
}