MCP server
Email for AI agents: inboxes, send/reply/forward, search, threads, webhooks — 21 SentFromAI tools.
0 stars25 downloads/wk
Reviews
Write oneNobody has reviewed MCP yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
MCP tools (21, 8 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
add_address_ruleAdd an allow or block rule for an email address or bare domain. Block rules are enforced on both send and receive.
add_domainAdd a custom sending domain. Returns the DNS records to add to your DNS; verification is automatic once they propagate.
create_draftwrite actionCreate a draft (optionally scheduled, optionally a reply). Does not send.
create_inboxwrite actionCreate a new email inbox. Defaults to the managed mail.sentfrom.ai domain.
create_webhookwrite actionRegister a webhook endpoint for delivery events. The signing secret is returned once on creation — store it.
delete_address_rulewrite actionDelete an allow/block rule.
delete_inboxwrite actionDelete an inbox. Mail to its address stops being accepted.
delete_webhookwrite actionDelete a webhook endpoint.
forward_messageForward a message to new recipients in a fresh thread, quoting the original and re-attaching its files.
get_domainGet a domain’s verification status and required DNS records.
get_messageFetch a single message by id, including body and attachment links.
get_threadFetch a thread and all its messages in order.
list_address_rulesList allow/block rules for this tenant.
list_draftsList drafts for this tenant.
list_inboxesList all inboxes for this tenant.
list_threadsList conversation threads, most recently active first.
list_webhooksList webhook endpoints (signing secrets omitted).
reply_to_messageReply to a message, staying in its thread (sets In-Reply-To/References automatically).
search_messagesSearch messages across the tenant. mode: keyword (default), semantic (by meaning), or hybrid. No query returns recent messages.
send_draftwrite actionSend an existing draft immediately.
send_messagewrite actionSend a new email from one of your inboxes.
Public scan report
scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it
- Code scan2 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 0 days ago15/15
- Maintainer identitynamespace and repository owner differ; GitHub account older than a year; website matches verified namespace8/10
What the publisher says
From the MCP repository's README, as published. We do not edit it. Read it on GitHub
sentfromai-mcp
MCP server for SentFromAI — email infrastructure for AI agents.
Gives any MCP-capable agent (Claude Code, Claude Desktop, Cursor, VS Code, Gemini CLI, Codex, OpenClaw, or your own MCP host) email as native tools: create inboxes, send, reply, forward, search, read threads, manage drafts, custom domains, webhooks, and allow/block rules — 21 tools, each a thin wrapper over the SentFromAI REST API. Every tool carries MCP annotations (read-only / write / send / delete) so hosts can group them and confirm the irreversible ones.
You need a SentFromAI API key (sflive…) from the console. Free plan: 5 inboxes, 5,000 emails/month, no card.
Let your agent install it
Paste this into your agent (Claude Code, OpenClaw, Gemini CLI, any MCP-capable agent):
Set up SentFromAI email for yourself: fetch https://docs.sentfrom.ai/agent-install.md
and follow it. Ask me for the API key when you need it.Install
Claude Code
As a plugin (asks for the key when you enable it, and adds a skill that teaches Claude email etiquette):
claude plugin marketplace add sentfromai/sentfromai-mcp
claude plugin install sentfromai@sentfromaiOr as a plain MCP server:
claude mcp add sentfromai --env SENTFROMAI_API_KEY=sf_live_… -- npx -y sentfromai-mcpClaude Desktop, Cursor, Windsurf, Cline, any JSON-config host
{
"mcpServers": {
"sentfromai": {
"command": "npx",
"args": ["-y", "sentfromai-mcp"],
"env": { "SENTFROMAI_API_KEY": "sf_live_…" }
}
}
}Cursor one-click (then paste your key into the generated config):
VS Code
code --add-mcp '{"name":"sentfromai","command":"npx","args":["-y","sentfromai-mcp"],"env":{"SENTFROMAI_API_KEY":"sf_live_…"}}'Gemini CLI
gemini extensions install https://github.com/sentfromai/sentfromai-mcpGemini asks for the API key on install and keeps it in your keychain.
Codex CLI
codex mcp add sentfromai --env SENTFROMAI_API_KEY=sf_live_… -- npx -y sentfromai-mcpOpenClaw
openclaw mcp add sentfromai --command npx --arg -y --arg sentfromai-mcp --env SENTFROMAI_API_KEY=sf_live_…
openclaw skills install git:sentfromai/sentfromai-mcpFull guide: docs.sentfrom.ai/frameworks/openclaw.
Hosted endpoint (no install)
The same 21 tools are served over Streamable HTTP at https://api.sentfrom.ai/mcp for hosts that only speak remote MCP (claude.ai connectors, ChatGPT apps, Meta Muse, Cursor remote servers, MCP Inspector). Authenticate with Authorization: Bearer sflive… (an x-api-key header also works), or let OAuth-capable hosts sign you in: the endpoint publishes RFC 9728 resource metadata pointing at SentFromAI's authorization server.
claude mcp add --transport http sentfromai https://api.sentfrom.ai/mcp --header "Authorization: Bearer sf_live_…"Tools
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y sentfromai-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add mcp -- npx -y sentfromai-mcp
MCP: common questions
- Is MCP server safe?
- Mostly: it is graded B (83/100). Read the MCP safety report
- How do I install MCP?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does MCP need an API key?
- Yes. The registry entry asks for
SENTFROMAI_API_KEY. - Is MCP maintained?
- The last commit was in the last day (2026-09-23). The latest release is v0.3.0.
- What can I use instead of MCP?
- Servers from other publishers that do the same job: Imap MCP server, MCP server and Shipmail MCP server. Compare all MCP alternatives.
Alternatives to MCP
Same job from other publishers: the closest match first, then the best rated.
- ImapIMAP/SMTP MCP server to search, read, organize, send, reply & forward email for AI assistantsnot reviewedEstablishedA
- MCPEmail infrastructure for AI agents: send, read replies as threads, campaigns, per-key limits.not reviewedGrowingB
- ShipmailShipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.not reviewedGrowingA
- Microsoft 365 MailMicrosoft 365 Outlook mail via Graph: read, search, send, reply, forward, draft, move, delete.not reviewedGrowingA
- Ray notificationsSend email, push, Slack, Discord, Telegram and webhook notifications and manage templates with Ray.not reviewedGrowingA