Stats
Actions
Tags
From VoIP
Connects to a SIP (Session Initiation Protocol) VoIP system for call control, presence, and telephony operations. Requires a SIP address of record (AOR).
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"VoIP": {
"command": "uvx",
"args": [
"voip[mcp]",
"mcp"
],
"env": {
"SIP_AOR": "sip:user:[email protected]:5060?transport=tcp"
}
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Environment variables set when the server starts
npx claudepluginhub codingjoe/claude-plugins --plugin voip