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 for Intercom
Access and analyze customer support data from Intercom.
Bluesky
Post to the Bluesky social network using the AT Protocol.
LLM Chat Assistant
A chat assistant that integrates an MCP client with an LLM and other external MCP servers.
Hawaiihub MCP Server
An MCP server for a Chinese community news platform, featuring automated content collection, multi-platform publishing, and intelligent operations.
WhatsApp MCP server by Kapso
WhatsApp Cloud API MCP server by Kapso
Aura Backend - Advanced AI Companion
An advanced AI companion with emotional intelligence and vector database integration.
WeChat
A server for interacting with WeChat, a popular messaging and social media app.
Chara Talk MCP
Enables communication between multiple AI characters with simultaneous voice playback using VLC.
AllVoiceLab
An AI voice toolkit with TTS, voice cloning, and video translation, now available as an MCP server for smarter agent integration.
Telephony MCP Server
Make voice calls and send SMS messages using the Vonage API.