AgentMail
A server for interacting with the AgentMail API for email communication. Requires an API key.
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 Servers
Speech MCP Server
A text-to-speech server using the Kokoro TTS model, configurable via environment variables.
Rongcloud Native MCP
Rongcloud IM Service based on the MCP Protocol, acting as a Rust SDK Wrapper.
Pikud Haoref Real-Time Alert System
Provides real-time access to Israeli emergency alerts from the official Pikud Haoref API.
RocketMQ
A server for interacting with Apache RocketMQ, a distributed messaging and streaming platform, requiring environment variables for configuration.
nworks
NAVER WORKS CLI + MCP server. 26 tools for messages, calendar, drive, mail, tasks, and boards.
Blogger
Interact with the Google Blogger API to manage blogs, posts, and comments.
Zundamon Voice Synthesis
A voice synthesis server for Zundamon using the VOICEVOX engine.
MCP Telegram
Telegram MCP server with 20 tools — read chats, search messages, download media via MTProto
Kraiter
Kraiter is an email automation platform. It exposes 62 tools for managing contacts, drip campaigns, transactional sends, segments, templates, domains, and metrics.
MCP Notify Server
Sends desktop notifications with sound when agent tasks are completed.