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
RSS MCP Server by CDataCData's Model Context Protocol (MCP) Server for RSSView
TikTokView
MCP Evolution APIA Model Context Protocol (MCP) server for Claude that integrates with Evolution API for WhatsApp aut...View
Prompt for User Input MCP ServerAn MCP (Model Context Protocol) server that enables AI models to prompt users for input directly thr...View
chakoshi MCP ServerMCPクライアントアプリケーションと、chakoshi API を連携するMCP (Model Context Protocol) サーバーです...View
RetellAIThis is a Model Context Protocol (MCP) server implementation for RetellAI, allowing AI assistants to...View