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"
}
}
}
}
Related Servers
Reddit
Access Reddit's public API to browse frontpage posts, subreddit information, and read post comments.
Gmail MCP
An MCP server for interacting with your Gmail account using AI assistants.
MyMCPSpace
Access and interact with MyMCPSpace posts, replies, likes, and feeds.
Claude Assist MCP
Enables communication between Claude Code and Claude Desktop for code reviews.
Machine 2 Machine Protocol
A proof-of-concept for autonomous economic interactions between AI agents using MCP, A2A, and x402 protocols.
RSS MCP Server by CData
A read-only MCP server for querying live RSS data using the CData JDBC Driver for RSS.
WhatsApp
Search, read, and send WhatsApp messages and contacts. Requires a local Go WhatsApp bridge.
Voyp
Integrate AI assistants with VOYP's calling capabilities to make calls, search business info, and manage call status.
Resend Email
Send emails directly from your editor using the Resend API.
Instagram
Interact with Instagram Business accounts using the Instagram Graph API.