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"
}
}
}
}
相關伺服器
Tangerine
An MCP server for Tangerine, the Convo AI assistant backend.
Text-to-Speech MCP
High-quality text-to-speech generation using the OpenAI TTS API.
Gmail MCP Server
Send emails with attachments through Gmail's SMTP server using AI agents.
Mailinator MCP Server
Free disposable email for AI—check any @mailinator.com inbox, retrieve messages in multiple formats, and extract verification codes for automated workflows.
MCP Intercom Server
Provides access to Intercom conversations and chats. Requires an Intercom API key.
Sassy Fact Check
A sassy, fact-checking Instagram DM bot that roasts bad takes with citations.
Telegram MCP Server
Interact with the Telegram messaging service to send and receive messages.
HeyReach MCP Server
Integrates with the HeyReach API for LinkedIn automation and outreach management.
WaliChat WhatsApp API
Automate WhatsApp by sending messages, summarizing conversations, and managing chats using natural language with AI assistants.
Machine 2 Machine Protocol
A proof-of-concept for autonomous economic interactions between AI agents using MCP, A2A, and x402 protocols.