The `agentmail-mcp` package provides the Message Control Protocol (MCP) server, offering command-line tools for interacting with the AgentMail API. It enables users to expose AgentMail functionalities, such as sending, receiving, and replying to messages, as tools accessible by other applications or AI agents. Currently at version 0.2.2, this package is in an early development phase, likely receiving updates as the AgentMail platform evolves. Its core differentiator is simplifying the integration of AgentMail's messaging capabilities into automated workflows or agent-based systems by abstracting API calls into runnable commands. The release cadence is probably tied to AgentMail platform updates rather than a fixed schedule. It serves as a bridge, allowing external systems to leverage AgentMail's messaging features without complex direct API integrations.
npm install agentmail-mcpVerified import paths — ran on the pinned version, not inferred.
Demonstrates how to run the AgentMail MCP server as a command-line tool using `npx`, enabling specific AgentMail tools and passing the API key via an environment variable.
Pin to exact versions in production environments and thoroughly test updates. Monitor the GitHub repository for release notes.
Always set `AGENTMAIL_API_KEY` as an environment variable (e.g., `export AGENTMAIL_API_KEY=...` or use a `.env` file) before running the `npx agentmail-mcp` command.
Refer to the AgentMail API documentation or the `agentmail-mcp` source (if available) for the exact list of supported tool names. Ensure they are comma-separated without extra spaces.
Set the environment variable before running the command: `AGENTMAIL_API_KEY="YOUR_API_KEY" npx agentmail-mcp ...`
Check the spelling and case of the tool names. Use a comma-separated list of valid tool names, for example: `--tools get_message,send_message`.
No dependency data recorded yet.