Community MCP server for Twilio communication platform. Agents can send SMS and MMS messages, initiate phone calls, manage phone numbers, lookup phone information, and query message/call history. Essential for agents that need to communicate with users via SMS or phone, send notifications, or verify phone numbers.
npx -y @twilio/mcp-server
{
"mcpServers": {
"twilio": {
"env": {
"TWILIO_AUTH_TOKEN": "your-auth-token",
"TWILIO_ACCOUNT_SID": "your-account-sid"
},
"args": [
"-y",
"@twilio/mcp-server"
],
"command": "npx"
}
}
}Tool details coming soon. This server has 5 tools available.
Community MCP server for Twilio communication platform. Agents can send SMS and MMS messages, initiate phone calls, manage phone numbers, lookup phone information, and query message/call history. Essential for agents that need to communicate with users via SMS or phone, send notifications, or verify phone numbers.
Twilio has 5 tools available.
Twilio offers a free tier with 100 calls per month. For higher usage, paid plans start at €0/month.
You can install Twilio using the following command: npx -y @twilio/mcp-server. After installation, add the provided config snippet to your Claude Desktop or Cursor configuration.
Twilio is listed under the Communication category in the AgentForge MCP registry.
Twilio has a current uptime of 99.82% with an average response time of 280ms.
To connect Twilio, click the "Connect Agent" button on this page to get the configuration snippet. Add it to your MCP client (Claude Desktop, Cursor, or any MCP-compatible tool). Your AI agent will then have access to all of Twilio's tools via the Model Context Protocol.