AgentMail MCP Server
Click 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., "@AgentMail MCP Servercreate a new inbox for testing email notifications"
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.
AgentMail MCP Server
This is a Model Context Protocol (MCP) server that provides tools for creating email inboxes and sending emails using the AgentMail API.
Features
Create Inbox: Create new email inboxes with optional domain specification
Send Email: Send emails from any created inbox with support for both text and HTML content
Related MCP server: AgentTemp MCP
Setup
Install dependencies:
npm installGet your AgentMail API key from https://agentmail.com
Update the
smithery.yamlfile with your API key:runtime: typescript config: agentmailApiKey: "your-actual-api-key-here"
Available Tools
create_inbox
Creates a new email inbox.
Parameters:
domain(optional): Domain for the inbox
Example:
{
"name": "create_inbox",
"arguments": {
"domain": "example.com"
}
}send_email
Sends an email from a specified inbox.
Parameters:
inboxId: ID of the inbox to send fromto: Recipient email addresssubject: Email subjecttext: Email body texthtml(optional): HTML version of the email
Example:
{
"name": "send_email",
"arguments": {
"inboxId": "inbox_123",
"to": "recipient@example.com",
"subject": "Hello from AgentMail!",
"text": "This is a test email sent via the MCP server."
}
}Running the Server
npm run devError Handling
Both tools include comprehensive error handling and will return descriptive error messages if operations fail. Common issues include:
Invalid API key
Network connectivity problems
Invalid inbox ID
Malformed email addresses
Dependencies
@modelcontextprotocol/sdk: MCP server implementationagentmail: AgentMail API clientzod: Schema validation@smithery/cli: Development tools
This server cannot be installed
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
- AlicenseAqualityFmaintenanceEnables AI agents to create temporary email addresses, receive confirmation emails, and extract verification links, automating sign-up and email verification workflows without manual intervention.Last updated63256MIT

AgentTemp MCPofficial
Alicense-qualityBmaintenanceEnables AI agents to create temporary email inboxes and wait for OTPs, magic links, or password reset emails via AgentTemp's API, useful for automation and verification workflows.Last updated38MIT- AlicenseAqualityBmaintenanceEnables AI agents to manage email mailboxes, send and receive emails, and handle webhooks via qmailing.Last updated12661MIT
- Alicense-qualityDmaintenanceEnables AI agents to interact with email accounts via IMAP and SMTP, supporting mailbox listing, email search, retrieval, sending, and management.Last updatedMIT
Related MCP Connectors
Email for AI agents — send, receive as a webhook, manage domains, templates, routing.
Give an AI agent its own inbox — receive email as a webhook, send over a verified domain.
AI agents read & send email, manage mailboxes, domains and webhooks via the QMailing API.
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/kamath/agentmail-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server