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
Ghost MCP
Interact with the Ghost blogging platform using the Model Context Protocol (MCP) with Server-Sent Events (SSE) support.
any-chat-completions-mcp
Chat with any other OpenAI SDK Compatible Chat Completions API, like Perplexity, Groq, xAI and more
Slack Webhook
Post messages to Slack channels using incoming webhooks or bot tokens.
Integration App
Interact with any other SaaS applications on behalf of your customers.
Gmail MCP Server
An MCP server for integrating with the Gmail API to manage emails.
SendGrid
Access SendGrid's Marketing API for email marketing and contact management.
Pushover MCP
Send push notifications using the Pushover.net service.
WhatsApp Web MCP
Connects AI models to WhatsApp Web using the Model Context Protocol (MCP) to automate and enhance interactions.
MCP WebSocket Server
A WebSocket server for handling mail operations.
LINE Bot MCP Server
Connects an AI agent to a LINE Official Account using the LINE Messaging API.