agentmail-mcp
Documentation
AgentMail MCP
AgentMail has one MCP tool implementation, hosted at:
https://mcp.agentmail.to/mcpUse that Streamable HTTP endpoint directly when your client supports remote MCP. It provides the current runtime tool catalog and supports the hosted server's existing OAuth and per-request API-key paths. See the AgentMail MCP documentation.
stdio compatibility
Existing Node configurations continue to work through the npm bridge:
{
"mcpServers": {
"AgentMail": {
"command": "npx",
"args": ["-y", "agentmail-mcp"],
"env": { "AGENTMAIL_API_KEY": "YOUR_API_KEY" }
}
}
}Python users can run the equivalent native bridge:
AGENTMAIL_API_KEY=YOUR_API_KEY uvx agentmail-mcpBoth bridges discover tools and schemas from the hosted server. They do not contain AgentMail SDK, toolkit, REST API, or tool-definition logic. `--tools name1,name2` remains available for stdio clients that need a filtered catalog.
Repository
- `packages/server`: the hosted MCP server and only AgentMail tool implementation
- `packages/npm-stdio-bridge`: npm `agentmail-mcp`
- `python/stdio-bridge`: PyPI `agentmail-mcp`
- `mcp-manifest.json`: generated runtime contract
- `tests`: contract and transport checks
- `docs`: architecture, compatibility, migration, release, and operations
pnpm install
pnpm build
pnpm test
pnpm check:contractThe old local npm implementation is preserved at `legacy-local-v0.2.2`. Authentication hardening is a separate project; this consolidation preserves the hosted server's existing behavior.
Frequently asked questions
What is agentmail-mcp?
agentmail-mcp is a Model Context Protocol (MCP) server listed in the TrackMCP directory.
How do I install agentmail-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is agentmail-mcp open source?
Yes — it is hosted on GitHub at https://github.com/agentmail-to/agentmail-mcp and has 5 stars.
Related MCP tools
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
An AI-powered task-management system you can drop into Cursor, Lovable, Windsurf, Roo, and others. Built for the Model Context Protocol to enhance AI capabiliti
Fay是一个帮助数字人(2.5d、3d、移动、pc、网页)或大语言模型(openai兼容、deepseek)连通业务系统的mcp框架。 JavaScript-based implementation. Trusted by 12000+ developers.
CTTF: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients. JavaScript-based implementation.
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities JavaScript-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP