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"
}
}
}
}
Servidores relacionados
MCP Notification Server
Sends periodic notifications every 10 seconds.
Fastmail MCP Server
Integrate your Fastmail account with AI assistants using the Model Context Protocol.
MailerLite MCP server
Turn AI tools into your email marketing assistant.
ElevenLabs
The official ElevenLabs MCP server
MCP Telegram Server
An MCP server for interacting with Telegram. It allows searching, sending messages, and managing chats using the Telegram API.
Email sending MCP
Sends emails using the Resend API. Requires a Resend API key.
MCP WebSocket Server
A WebSocket server for handling mail operations.
Voice MCP
Enables voice interactions with Claude and other LLMs using an OpenAI API key for STT/TTS services.
Phone-a-Friend MCP Server
An AI-to-AI consultation system for complex problem-solving and reasoning, using OpenRouter for model access.
MCP Evolution API
An MCP server for Claude that integrates with the Evolution API for WhatsApp automation.