Gives AI agents their own dedicated email inboxes through the AgentMail API, similar to how you'd use Gmail but programmatically accessible for autonomous workflows. This is what you reach for when your agent needs to receive verification emails, handle support ticket responses, or interact with services that communicate via email. Built on Smithery's infrastructure and exposed via streamable HTTP transport, so it's ready to wire into Claude without managing your own SMTP servers or OAuth flows. The inbox persistence means agents can check messages across sessions, making it viable for long-running automated processes that need reliable email-based communication channels.
A minimal Model Context Protocol (MCP) server demonstrating tools, resources, and prompts.
Built with Smithery SDK
Install dependencies:
npm install
Start development server:
npm run dev
Try the hello tool, history://hello-world resource, or greet prompt.
Your code is organized as:
src/index.ts - MCP server with tools, resources, and promptssmithery.yaml - Runtime specificationEdit src/index.ts to add your own tools, resources, and prompts.
npm run build
Creates bundled server in .smithery/
Ready to deploy? Push your code to GitHub and deploy to Smithery:
Create a new repository at github.com/new
Initialize git and push to GitHub:
git add .
git commit -m "Initial commit"
git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO.git
git push -u origin main
Deploy your server to Smithery at smithery.ai/new
io.github.mindstone/mcp-server-microsoft-teams
com.mintmcp/outlook-email
helbertparanhos/resend-email-mcp
marlinjai/email-mcp
io.github.mindstone/mcp-server-email-imap
io.github.osamahassouna/email-playbook-mcp