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"
}
}
}
}
Похожие серверы
MCP IDE Bridge
An open-source messaging server for client-to-client communication using MCP HTTP streaming, configurable via an external JSON file.
Tidio
Connect Tidio with your website via MCP. Embed the widget without exiting your programming environment.
MCP Reddit Server
An MCP server for interacting with the Reddit API, enabling searches for posts, comments, and subreddits.
Telegram
A server for interacting with Telegram via the MTProto API, requiring API credentials.
aiogram-mcp
MCP server for Telegram bots built with aiogram. 30 tools, 7 resources, 3 prompts — messaging, rich media, moderation, interactive keyboards, real-time event streaming, rate limiting, permissions, and audit logging.
WhatsApp
Search, read, and send personal WhatsApp messages, contacts, and media files.
X (Twitter)
Integrate with the X (Twitter) API for workflow automation, enhanced error handling, and real-time documentation.
MCP Interactive
Enables communication between an LLM and a user through an interactive Electron interface.
MCP Notify
Monitor the Model Context Protocol (MCP) Registry for new, updated, and removed servers. Get real-time notifications via Discord, Slack, Email, Telegram, Microsoft Teams, Webhooks, or RSS feeds. Includes CLI, Go SDK, REST API, and MCP server for AI assistants.
Apex X (Twitter) Management
Manage your X (Twitter) account using the Apex social media infrastructure. Requires an Apex API Key.