Skip to main content
Glama
sendwithxmit

xmit-mcp

Official
by sendwithxmit

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

Email

send_email

Contacts

add_contact

Senders

list_senders, get_sender

Templates

list_templates, get_template, create_template, update_template, delete_template

Campaigns

list_campaigns, get_campaign, create_campaign, update_campaign, delete_campaign, duplicate_campaign

Lists

get_lists

Suppressions

list_suppressions, check_suppression

Prompts (2)

  • create-campaign - Step-by-step campaign creation workflow

  • create-template - Step-by-step template creation workflow

Development

pnpm install
pnpm dev

Starts 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 deploy

Architecture

MCP Client -> mcp.xmit.sh (CF Worker, OAuth) -> api.xmit.sh (Transmit API)
  • OAuthProvider from @cloudflare/workers-oauth-provider handles OAuth 2.1 (PKCE, client registration, token lifecycle)

  • createMcpHandler from agents SDK handles MCP Streamable HTTP transport

  • All tool calls proxy to api.xmit.sh using the user's API key stored in the OAuth grant

License

MIT

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    An 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 updated
    5
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    An 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 updated
    13
    15
    MIT
  • A
    license
    B
    quality
    B
    maintenance
    MCP server for Brevo email marketing platform enabling campaign management, analytics, and automation through natural language.
    Last updated
    15
    227
    MIT

View all related MCP servers

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).

View all MCP Connectors

Latest Blog Posts

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