@sendbyte/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., "@@sendbyte/mcpSend email to user@example.com: Subject 'Welcome', body 'Hello!'"
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.
@sendbyte/mcp
The official SendByte MCP server. It lets AI agents and coding tools (Claude Desktop, Claude Code, Cursor, Continue, and any Model Context Protocol client) send email and manage sending domains, templates, analytics, and content checks through your SendByte account.
It speaks MCP over stdio and authenticates with your own SendByte API key.
Quick start
You need a SendByte API key. Create one in the dashboard under API keys (use a sk_test_ key while you experiment; it sandboxes every send).
No global install is needed. Point your MCP client at npx @sendbyte/mcp and set SENDBYTE_API_KEY in its environment.
Claude Desktop
Edit claude_desktop_config.json (Settings, Developer, Edit Config):
{
"mcpServers": {
"sendbyte": {
"command": "npx",
"args": ["-y", "@sendbyte/mcp"],
"env": { "SENDBYTE_API_KEY": "sk_test_your_key_here" }
}
}
}Claude Code
claude mcp add sendbyte --env SENDBYTE_API_KEY=sk_test_your_key_here -- npx -y @sendbyte/mcpCursor
Add to ~/.cursor/mcp.json (or a project .cursor/mcp.json):
{
"mcpServers": {
"sendbyte": {
"command": "npx",
"args": ["-y", "@sendbyte/mcp"],
"env": { "SENDBYTE_API_KEY": "sk_test_your_key_here" }
}
}
}Continue
In ~/.continue/config.json:
{
"experimental": {
"modelContextProtocolServers": [
{
"transport": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@sendbyte/mcp"],
"env": { "SENDBYTE_API_KEY": "sk_test_your_key_here" }
}
}
]
}
}Related MCP server: Gmail MCP Server
Configuration
Variable | Required | Description |
| yes | An |
| no | Override the API host for self-hosted, staging, or local development. Defaults to |
Tools
Tool | What it does |
| Send a transactional email (inline html/text, or a saved template with variables). |
| Fetch one email by id with its delivery status and event timeline. |
| List recent emails, newest first, with optional status filter and cursor paging. |
| List sending domains with verification and deliverability state. |
| Get one domain with the DNS records to publish and their current state. |
| Re-check a domain's DNS and SES status now. |
| List saved templates. |
| Get one template's subject and body. |
| Render a saved template with sample variables, without sending. |
| Daily send counts by status and deliverability rates over the last N days. |
| Pre-send spam-risk check returning a score, level, and the signals found. |
Notes
A
sk_test_key sandboxes sends, so an agent can exercisesend_emailsafely. Switch tosk_live_only when you want real delivery.The sender domain on
send_emailmust be a verified sending domain on your account (or the shared test domain when using a test key).The server writes only to stderr; stdout is reserved for the MCP protocol.
License
MIT
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
Alicense-qualityDmaintenanceProvides AI agents with a free, functional email address via the Model Context Protocol without requiring manual registration. It enables comprehensive email capabilities including sending, receiving, and managing messages, contacts, and automated settings.Last updated53676MIT- Flicense-qualityDmaintenanceEnables AI agents to manage Gmail through natural language, including search, read, send, label, and draft operations via the Model Context Protocol.Last updated

sendcraft-mcpofficial
Alicense-qualityDmaintenanceEnables AI agents to send emails, manage campaigns, subscribers, templates, and domains via the SendCraft email API.Last updated12MIT- Alicense-qualityDmaintenanceEnables AI models to send emails, manage contacts, and interact with SendGrid's email platform via MCP.Last updatedMIT
Related MCP Connectors
Email for AI agents — send, receive as a webhook, manage domains, templates, routing.
Email for AI agents: send mail, manage contacts, automations & webhooks. Zero-DNS first send.
Hosted email MCP for AI agents with inboxes, send/receive, memory, recovery, and credits.
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/Sendbyte-Africa/sendbyte-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server