
AgentMail
โ 51from agentmail-to
A server for interacting with the AgentMail API for email communication. Requires an API key.
๐ฅ๐ฅ๐ฅโ VerifiedAccount requiredNeeds API keys
AgentMail MCP Server
The AgentMail MCP Server provides tools for the AgentMail API.
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
Copy & paste โ that's it
{
"mcpServers": {
"AgentMail": {
"command": "npx",
"args": ["-y", "agentmail-mcp", "--tools", "get_message,send_message,reply_to_message"],
"env": {
"AGENTMAIL_API_KEY": "YOUR_API_KEY"
}
}
}
}Setup
Credentials
Get your API key from AgentMail
Configuration
Copy & paste โ that's it
{
"mcpServers": {
"AgentMail": {
"command": "npx",
"args": ["-y", "agentmail-mcp"],
"env": {
"AGENTMAIL_API_KEY": "YOUR_API_KEY"
}
}
}
}No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.