Twilio API MCP Config
Send SMS, make calls, and manage communication channels through your AI agent.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/twilio.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/twilio.json to fetch programmatically.
{
"mcpServers": {
"twilio": {
"command": "npx",
"args": ["-y","@twilio/mcp-server"],
"env": {
"TWILIO_ACCOUNT_SID": "your_account_sid",
"TWILIO_AUTH_TOKEN": "your_auth_token"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/twilio.jsonEnvironment Variables
TWILIO_ACCOUNT_SIDReplace your_account_sid with your actual twilio account sid
TWILIO_AUTH_TOKENReplace your_auth_token with your actual twilio auth token
Endpoints
POST
/2010-04-01/Accounts/{sid}/Messages.jsonSend message
POST
/2010-04-01/Accounts/{sid}/Calls.jsonMake call