mcpbeat Sign in

Twilio MCP Server

local only

Twilio MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from npm. Last commit 8 Aug 2026.

Send SMS, MMS, WhatsApp messages, make voice calls, and manage Twilio phone numbers.

Installs per day peak 381 · avg 13
a month agotoday
48
Installs / week
npm · twilio-mcp-server
0
Stars
0 open issues
8 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Twilio MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add twilio-mcp-server -- npx -y twilio-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "twilio-mcp-server": {
      "args": [
        "-y",
        "twilio-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.twilio-mcp-server]
command = "npx"
args = ["-y", "twilio-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "twilio-mcp-server": {
      "args": [
        "-y",
        "twilio-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "twilio-mcp-server": {
      "args": [
        "-y",
        "twilio-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Twilio MCP Server

same job, measured the same way
VoIP.ms
by ecliptical

Manage phone numbers, SMS/MMS, voicemail, faxing, and call routing for your VoIP.ms account.

answering
I
Agentline
by jgottlieb84

Phone numbers, SMS, 2FA capture, voice calls, and email for AI agents.

69 installs/wk local only
Trypeach Io
by trypeach-io

Send and manage WhatsApp messages, contacts, templates, and events via Peach AI.

44 installs/wk local only
Kontato
by kontato

Give your AI agents a real WhatsApp number to send and receive messages.

9 tools answering
TopMessage
by topmessage

Send and schedule SMS and WhatsApp messages, manage contacts and templates, and track delivery.

answering
WhatsApp MCP Server
by nakulben

Manage WhatsApp Business templates and send messages via Meta Cloud API

49 installs/wk local only
ManyContacts - WhatsApp Business MCP
by manycontacts

WhatsApp Business MCP: send messages, manage contacts, campaigns, and AI agents.

164 installs/wk local only
ManyContacts - WhatsApp Business CRM
by manycontacts

WhatsApp Business CRM: send messages, manage contacts, campaigns, and AI agents.

local only

Twilio MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Twilio MCP Server?
Twilio MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package twilio-mcp-server was installed 48 times last week.
How do I connect Twilio MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls twilio-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Twilio MCP Server?
The npm package twilio-mcp-server was installed 48 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Twilio MCP Server open source?
Yes — written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.