Odel
voximplant-mcp

voximplant-mcp

Local
@theyahia2TypeScriptMITUpdated 2mo ago

MCP server for Voximplant — cloud telephony, call history, SMS (Russia)

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@theyahia/voximplant-mcpv1.2.3

Run

npx -y @theyahia/voximplant-mcp

MCP client config

{
  "mcpServers": {
    "voximplant-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/voximplant-mcp"
      ]
    }
  }
}