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
Dixa MCP ServerA FastMCP server implementation for the Dixa API, providing resources and tools for managing convers...View
Twilio Manager MCPA Model Context Protocol (MCP) implementation for managing Twilio resources. This package provides t...View
Upbit MCP ServerA server implementation for Upbit Cryptocurrency Exchange OpenAPI using the Model Context Protocol (...View
DingTalk钉钉的 Model Context Protocol (MCP) 服务器实现,使 Claude 能够与钉钉工作空间进行交互。View
LnExchange MCP Node ServiceThis is a Node.js service for interacting with the LnExchange API, providing spot trading functional...View
Digital Samba Embedded API MCP ServerUse your AI assistant to interact with the Digital Samba Embedded APIView