Voice Calls, SMS, and WhatsApp for Claude Code with cross-channel context sharing.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
better-call-claude · npm · 3.1.3
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.sns45/better-call-claude",
"description": "Voice Calls, SMS, and WhatsApp for Claude Code with cross-channel context sharing.",
"repository": {
"url": "https://github.com/sns45/better-call-claude",
"source": "github"
},
"version": "3.1.3",
"packages": [
{
"registryType": "npm",
"identifier": "better-call-claude",
"version": "3.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Phone provider: 'twilio' or 'telnyx'",
"isRequired": true,
"format": "string",
"name": "BETTERCALLCLAUDE_PHONE_PROVIDER"
},
{
"description": "Your phone number in E.164 format",
"isRequired": true,
"format": "string",
"name": "BETTERCALLCLAUDE_PHONE_NUMBER"
},
{
"description": "Twilio Account SID or Telnyx API Key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BETTERCALLCLAUDE_PHONE_ACCOUNT_SID"
},
{
"description": "Twilio Auth Token or Telnyx API Secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BETTERCALLCLAUDE_PHONE_AUTH_TOKEN"
},
{
"description": "Your personal phone number in E.164 format (for outbound calls/SMS)",
"isRequired": true,
"format": "string",
"name": "BETTERCALLCLAUDE_USER_PHONE_NUMBER"
},
{
"description": "OpenAI API key for speech-to-text (Whisper) and text-to-speech",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BETTERCALLCLAUDE_OPENAI_API_KEY"
},
{
"description": "WhatsApp number if different from phone number (e.g., Twilio Sandbox)",
"format": "string",
"name": "BETTERCALLCLAUDE_WHATSAPP_NUMBER"
},
{
"description": "Local HTTP server port",
"format": "string",
"name": "BETTERCALLCLAUDE_PORT"
},
{
"description": "Override Tailscale hostname for webhook URL",
"format": "string",
"name": "TAILSCALE_HOSTNAME"
},
{
"description": "WhatsApp provider: set to 'baileys' for free WhatsApp via WebSocket (no Twilio needed)",
"format": "string",
"name": "BETTERCALLCLAUDE_WHATSAPP_PROVIDER"
},
{
"description": "Path to Baileys auth state directory (default: data/baileys-auth)",
"format": "string",
"name": "BETTERCALLCLAUDE_BAILEYS_AUTH_DIR"
},
{
"description": "Max WhatsApp chat history messages to retain (default: 50)",
"format": "string",
"name": "BETTERCALLCLAUDE_WHATSAPP_CHAT_HISTORY_SIZE"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-23T14:10:58.198579Z",
"publishedAt": "2026-07-23T14:10:58.198579Z",
"updatedAt": "2026-07-23T14:10:58.198579Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 3.1.3last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.