
Mcp Email
- infoinlet-marketplace/marketplace
mcp-email is a MCP server that lets AI agents read and search inbox mail over IMAP and send messages over SMTP.
About
io.github.infoinlet-marketplace/mcp-email is an MCP server that connects AI coding agents to real mailboxes through IMAP for reading and searching and SMTP for sending. Developers wearing support hats can register it so an agent pulls recent threads, finds messages by query, and helps draft or send responses without exporting mail to screenshots. It belongs in Grow because post-launch communication—triaging Gmail or workspace inboxes, following up on churn risks, confirming deploy notices—dominates time for many SaaS founders. You configure mailbox host, ports, and app passwords or OAuth-capable credentials per your provider’s rules; the server runs as stdio from the npm package. Treat credentials as secrets in MCP config only on machines you control. This complements CRM skills: it is direct mailbox access, not a marketing automation platform.
- Read inbox messages via IMAP from the agent
- Search mail to find tickets, receipts, or user threads
- Send email via SMTP for drafts you approve
- Stdio MCP via @infoinlet/mcp-email v0.1.1
- Fits support workflows without building a custom mail bot first
Mcp Email by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add mcp-email -- npx -y @infoinlet/mcp-emailAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | @infoinlet/mcp-email |
|---|---|
| Transport | STDIO |
| Auth | None |
| Repository | infoinlet-marketplace/marketplace ↗ |
What it does
Wire your agent to read and search inbox mail over IMAP and send replies over SMTP for support triage and outbound follow-ups.
Who is it for?
Best when you run product support from one or two mailboxes and want agent-assisted triage in Claude Code or Cursor.
Skip if: High-volume marketing blasts, shared-team compliance archiving, or providers that block automation without proper OAuth setup.
What you get
After install, your agent can search the inbox and send SMTP mail from configured accounts during support and lifecycle tasks.
- Agent-readable inbox content and search results in chat
- Ability to send SMTP messages from configured accounts
- Faster support drafts grounded in actual thread text
By the numbers
- Server version 0.1.1
- npm package @infoinlet/mcp-email
- stdio transport
Recommended MCP Servers
How it compares
Mailbox MCP integration, not a full helpdesk SaaS or newsletter studio.
FAQ
Who is mcp-email for?
Developers and small teams who handle user email personally and want MCP-driven read, search, and send from their coding agent.
When should I use mcp-email?
Use it in grow and support when you need thread context, inbox search, or outbound replies while building or operating your product.
How do I add mcp-email to my agent?
Install @infoinlet/mcp-email, add stdio MCP settings with IMAP and SMTP host, user, and secrets, then restart your MCP client.