A server for interacting with the AgentMail API for email communication. Requires an API key.
The AgentMail MCP Server provides tools for the AgentMail API.
Get your API key from AgentMail
{
"mcpServers": {
"AgentMail": {
"command": "npx",
"args": ["-y", "agentmail-mcp"],
"env": {
"AGENTMAIL_API_KEY": "YOUR_API_KEY"
}
}
}
}
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.
{
"mcpServers": {
"AgentMail": {
"command": "npx",
"args": ["-y", "agentmail-mcp", "--tools", "get_message,send_message,reply_to_message"],
"env": {
"AGENTMAIL_API_KEY": "YOUR_API_KEY"
}
}
}
}
Sends emails using the Resend API. Requires a Resend API key.
Access market data, manage accounts, and execute trades on the Upbit Cryptocurrency Exchange via its OpenAPI.
Wassenger MCP server to chat, send messages and automate WhatsApp from any AI model client (free trial available).
Send SMS messages using the Aligo SMS API.
Interact with RetellAI's voice services to create conversational voice AI.
Interact with the Clash of Clans API to retrieve game data. Requires a CLASH_API_KEY environment variable.
Send Instagram DMs via your LLM
An MCP server for Claude that integrates with the Evolution API for WhatsApp automation.
Simple MCP Server to enable a human-in-the-loop workflow in tools like Cline and Cursor.
Tools for common Gmail operations, such as sending emails.