
twilio mcp remote
一个使用Twilio发送短信的简单MCP服务器。
Repository Info
About This Server
一个使用Twilio发送短信的简单MCP服务器。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Twilio SMS MCP Server
This project provides a simple MCP server for sending SMS messages using Twilio.
Features
- Send SMS messages via Twilio
- Validate phone numbers
Requirements
- Python 3.8+
- Twilio account and credentials
Setup
- Clone the repository:
git clone <your-repo-url> cd <your-repo-directory> - Create a virtual environment and activate it:
python3 -m venv venv source venv/bin/activate - Install dependencies:
pip install -r requirements.txt - Copy
.env.exampleto.envand fill in your Twilio credentials:cp .env.example .env # Edit .env with your values
Running Locally
python server.py
Deployment (DigitalOcean App Platform)
- Ensure your code is pushed to GitHub.
- The app will be started using the command in the
Procfile:web: gunicorn server:mcp --bind 0.0.0.0:8080 - Set your environment variables in the DigitalOcean dashboard.
Environment Variables
TWILIO_ACCOUNT_SID: Your Twilio Account SIDTWILIO_AUTH_TOKEN: Your Twilio Auth TokenTWILIO_PHONE_FROM: The Twilio phone number to send fromTWILIO_PHONE_TO: Default phone number to send to
License
MIT
Quick Start
Clone the repository
git clone https://github.com/ajot/twilio-mcp-remoteInstall dependencies
cd twilio-mcp-remote
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.