Global SMS + WhatsApp + Voice + 2FA Verify + phone Lookup across 180+ countries. Fills the global gap in the messaging category (all other entries are BR-specific).
$ npm install @codespar/mcp-twilioAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"twilio": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-twilio"
],
"env": {
"TWILIO_ACCOUNT_SID": "<your_twilio_account_sid>",
"TWILIO_AUTH_TOKEN": "<your_twilio_auth_token>"
}
}
}
}After restart, your agent can call any of the 22 tools below โ try send_message first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
TWILIO_ACCOUNT_SIDTwilio Account SID (starts with AC...). Used as username for HTTP Basic auth.
TWILIO_AUTH_TOKENTwilio Auth Token. Used as password for HTTP Basic auth.
TWILIO_MESSAGING_SERVICE_SIDOptional default Messaging Service SID (starts with MG...) used for send_message when From is omitted.
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
send_messageget_messagelist_messagesdelete_messagemake_callget_callupdate_callstart_verificationMCP is a protocol โ any framework that speaks it can mount this server.