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
MCP Claude Hacker NewsView
Twist MCP ServerAn MCP server for interacting with a Twist workspace. Written in Python using the Twist REST API. Cu...View
RedditView
Multi Chat MCP Server (Google Chat)Google Chat MCP Server is an open-source, production-ready Model Control Protocol (MCP) server desig...View
chakoshi MCP ServerMCPクライアントアプリケーションと、chakoshi API を連携するMCP (Model Context Protocol) サーバーです...View
Gmail MCPA Model Context Protocol (MCP) server implementation for the Gmail API, providing a standardized int...View