Content
# Twilio MCP Server
This uses a [Cloudflare McpAgent](https://developers.cloudflare.com/agents/guides/remote-mcp-server/) to create a Remote MCP server. It shows off what a Twilio MCP server could provide to your applications.
## Setup
```bash
npm install
```
## Local Dev
Copy [.dev.vars.example](./.dev.vars.example) to .dev.vars. Add your stuff!
Create your KV store (it's free!)
```bash
npx wrangler kv namespace create contacts
```
Modify the settings in [wrangler.jsonc](./wrangler.jsonc)
```bash
npm run dev
```
## Deploy
```bash
npx wrangler secret bulk .dev.vars
```
```bash
npm run deploy
```
## Use
Point your clients to https://twilio-mcp-agent.<YOUR WORKERS NAME HERE>.workers.dev/sse
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.
git
A Model Context Protocol server for Git automation and interaction.