← Index

io.github.theYahia/voximplant-mcp

io.github.theYahia/voximplant-mcp·v1.0.1·Chat & Messaging
Quality Score
85
/100

MCP server for Voximplant API — call history, users, SMS. 3 tools.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "voximplant-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/voximplant-mcp"
      ],
      "env": {
        "VOXIMPLANT_ACCOUNT_ID": "<your-voximplant_account_id>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "voximplant-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/voximplant-mcp"
      ],
      "env": {
        "VOXIMPLANT_ACCOUNT_ID": "<your-voximplant_account_id>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @theyahia/voximplant-mcp
§02  Environment variables
VOXIMPLANT_ACCOUNT_ID
requiredsecret

API key for the service

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Chat & Messaging