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

Server Summary Actions
User Feedback Simple MCP Server to enable a human-in-the-loop workflow in tools like Cline and Cursor. This is esp... View
MCP Server Whisper A Model Context Protocol (MCP) server for advanced audio transcription and processing using OpenAI's... View
Damien Email Wrestler The AI-Powered Email Intelligence Platform View
Zoom MCP Server View
Upbit MCP Server A server implementation for Upbit Cryptocurrency Exchange OpenAPI using the Model Context Protocol (... View
TIDAL MCP: My Custom Picks View