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-server-rabel
AI-to-AI messaging via I-Poll protocol and AInternet. Enables agents to communicate using .aint domains, semantic messaging, and trust-based routing.
Deepseek R1
An MCP server for the Deepseek R1 model, using the Deepseek API.
Inbox Zero
AI personal assistant for email Inbox Zero
Telephony MCP Server
Make voice calls and send SMS messages using the Vonage API.
Infobip MCP servers
Enables seamless integration with communication platform that allows you to reach your customers globally across any channel.
MCP Notify Server
Sends desktop notifications with sound when agent tasks are completed.
Email Reader
Read, search, and manage emails from your inbox, including downloading attachments and listing folders.
Reddit
Interact with Reddit by posting comments and searching for posts.
MCP Email Service
A service for managing multiple email accounts from various providers like 163, Gmail, QQ, and Outlook.
MCP TTS VOICEVOX
A Text-to-Speech server that integrates with an external VOICEVOX engine.