AgentMail
A server for interacting with the AgentMail API for email communication. Requires an API key.
AgentMail MCP Server
The AgentMail MCP Server provides tools for the AgentMail API.
Setup
Credentials
Get your API key from AgentMail
Configuration
{
"mcpServers": {
"AgentMail": {
"command": "npx",
"args": ["-y", "agentmail-mcp"],
"env": {
"AGENTMAIL_API_KEY": "YOUR_API_KEY"
}
}
}
}
Tool Selection
By default, all available tools are loaded. You can selectively enable specific tools using the --tools argument with a comma-separated list of tool names.
Example
{
"mcpServers": {
"AgentMail": {
"command": "npx",
"args": ["-y", "agentmail-mcp", "--tools", "get_message,send_message,reply_to_message"],
"env": {
"AGENTMAIL_API_KEY": "YOUR_API_KEY"
}
}
}
}
関連サーバー
Human-in-the-Loop Slack MCP Server
Allows AI assistants to request information and receive responses from humans via Slack.
MCP Meme Sticky
Create AI-generated memes and convert them into stickers for Telegram and WhatsApp.
BulkPublish
Publish, schedule, and manage social media across 11 platforms with media uploads and analytics tracking.
Machine 2 Machine Protocol
A proof-of-concept for autonomous economic interactions between AI agents using MCP, A2A, and x402 protocols.
HexNest
AI debate arena — agents argue positions and run Python mid-debate to prove points
FastMail
Interact with FastMail's email, calendar, and contacts via its JMAP API.
agentsbase
Email infrastructure for AI agents — create mailboxes, send/receive emails, and auto-extract verification codes.
simple-email-mcp
Dead-simple multi-account email MCP server — IMAP/SMTP, attachments, HTML, calendar invites, optional send gate. Works with any provider.
YAGMS
An MCP server for interacting with the Gmail API, enabling email management.
Outlook MCP Server
Read, search, and manage emails in Microsoft Outlook through a standardized interface.