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 in Communication - Secure MCP Servers

ServerSummaryActions
User FeedbackSimple MCP Server to enable a human-in-the-loop workflow in tools like Cline and Cursor. This is esp...View
gotoolkits/wecombotView
TelegramThe server is a bridge between the Telegram API and the AI assistants and is based on the Model Cont...View
AllVoiceLabAI AUDIOView
Human-in-the-Loop Slack MCP ServerA Model Context Protocol (MCP) server that enables AI assistants to request information from humans...View
VRChat MCP OSCVRChat MCP OSC provides a bridge between AI assistants and VRChat using the Model Context Protocol (...View