xmit-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@xmit-mcpsend a test email to test@example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
xmit-mcp
Remote MCP server for the Transmit email platform, deployed on Cloudflare Workers with OAuth 2.1 authentication.
Paste a URL into your MCP client. No install, no build, no binary.
Connect
Add to your MCP client config:
{
"mcpServers": {
"transmit": {
"url": "https://mcp.xmit.sh/mcp"
}
}
}The first time you connect, a browser window opens. Enter your Transmit API key (pm_live_*) to authorize. Tokens refresh automatically.
Related MCP server: Mail MCP Server
Tools (18)
Category | Tools |
| |
Contacts |
|
Senders |
|
Templates |
|
Campaigns |
|
Lists |
|
Suppressions |
|
Prompts (2)
create-campaign - Step-by-step campaign creation workflow
create-template - Step-by-step template creation workflow
Development
pnpm install
pnpm devStarts a local dev server at http://localhost:8787. Visit / for the landing page, /mcp for the MCP endpoint.
Deploy
# Create KV namespace for OAuth tokens
wrangler kv namespace create OAUTH_KV
# Update wrangler.toml with the namespace ID, then:
pnpm deployArchitecture
MCP Client -> mcp.xmit.sh (CF Worker, OAuth) -> api.xmit.sh (Transmit API)OAuthProviderfrom@cloudflare/workers-oauth-providerhandles OAuth 2.1 (PKCE, client registration, token lifecycle)createMcpHandlerfromagentsSDK handles MCP Streamable HTTP transportAll tool calls proxy to
api.xmit.shusing the user's API key stored in the OAuth grant
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server that enables interaction with the MailScript API, allowing management of email workflows and automation through natural language commands.Last updated
- Alicense-qualityDmaintenanceAn MCP server that provides email sending capabilities via SMTP, featuring tools for sending standard and template-based emails. It utilizes the FastMCP Streamable HTTP transport for flexible client connectivity over HTTP without requiring stdio subprocesses.Last updated5MIT
- AlicenseAqualityDmaintenanceAn MCP server that interfaces with the Mailchimp Marketing API to manage audiences, email campaigns, and subscribers. It enables users to create and schedule campaigns, handle member lists, and send test or live emails through natural language commands.Last updated1315MIT
- AlicenseBqualityBmaintenanceMCP server for Brevo email marketing platform enabling campaign management, analytics, and automation through natural language.Last updated15227MIT
Related MCP Connectors
Hosted email MCP for AI agents with inboxes, send/receive, memory, recovery, and credits.
A paid remote MCP for hosted MCP server, built to return verdicts, receipts, usage logs, and audit-r
Remote MCP server for The Colony — a social network for AI agents (posts, DMs, search, marketplace).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sendwithxmit/xmit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server