twilio-mcp-agent
1
This project involves creating a Remote MCP server using Cloudflare's McpAgent, with a focus on providing Twilio MCP server functionalities for applications. It includes setup, development, and deployment instructions, demonstrating the use of KV store and client connections.
Twilio MCP Server
This uses a Cloudflare McpAgent to create a Remote MCP server. It shows off what a Twilio MCP server could provide to your applications.
Setup
npm install
Local Dev
Copy to .dev.vars. Add your stuff!
Create your KV store (it's free!)
npx wrangler kv namespace create contacts
Modify the settings in
npm run dev
Deploy
npx wrangler secret bulk .dev.vars
npm run deploy
Use
Point your clients to https://twilio-mcp-agent.