68
grade C
4 days ago
glama

Twilio MCP Server

Enables AI-powered SMS messaging through Twilio with automatic conversation threading, message status tracking, and webhook support for receiving inbound messages.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Known vulnerabilities in dependencies: 2 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
⚠️
Tests do not pass
Either the test suite is broken or the code regressed. Either way the published behaviour can’t be verified by the publisher’s own tests.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: TWILIO_AUTH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configAUTO_CREATE_CONVERSATIONSIf no conversation exists and =true, a new one is created
configDATABASE_PATH./data/twilio.db
configENABLE_AI_CONTEXTNo true Enable AI context generation
configENABLE_MMSNo true Enable MMS support
configLOG_LEVELNo info Logging level (debug, info, warn, error)
configTWILIO_ACCOUNT_SIDACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
🔐 secretTWILIO_AUTH_TOKENyour_auth_token_here
configTWILIO_PHONE_NUMBER+1234567890
configWEBHOOK_BASE_URL"": "https://your-webhook-url.com",
configWEBHOOK_PORT"": "3000",
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/griffinwork40-twilio-mcp-02cwkl)](https://m8ven.ai/mcp/griffinwork40-twilio-mcp-02cwkl)
commit: 5bff3758bd6c09ee44f3be9904ed2cc4f86692f4
code hash: 6cd370a26272ded9709a7489bf26856fa67160e488c8f565e6647afe6ab53dc1
verified: 4/18/2026, 6:47:13 PM
view raw JSON →