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 Email ServerGmail と IMAP をサポートするメール管理用MCPサーバーView
any-chat-completions-mcpIntegrate Claude with Any OpenAI SDK Compatible Chat Completion API - OpenAI, Perplexity, Groq, xAI,...View
Zoom MCP ServerView
Claude Assist MCPA Model Context Protocol (MCP) server that enables Claude Code to communicate with Claude Desktop. T...View
Human-in-the-LoopAn MCP (Model Context Protocol) server that allows AI assistants to ask questions to humans via Disc...View
MCP反馈收集器一个现代化的 Model Context Protocol (MCP) 服务器,为AI助手提供交互式用户反馈收集功能。View