MCP server
Email for AI agents: inboxes, send/reply/forward, search, threads, webhooks — 21 SentFromAI tools.
not scanned yet
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
Tool list not cached yet. `describe` through the gateway fetches it live.
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
claude mcp add --transport http mcp https://api.sentfrom.ai/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 remotely at api.sentfrom.ai. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does MCP need an API key?
- Yes. The registry entry asks for
SENTFROMAI_API_KEY,Authorization. - Is MCP maintained?
- The last commit was in the last day (2026-09-23). The latest release is v0.4.0.
- Is MCP up?
- 100% of our last 1 checks got an answer. We check remote servers about four times a day.
- 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