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"
}
}
}
}
Server Terkait
MS Teams MCP
Microsoft Teams withoutbthe hassle
DingTalk
A server for interacting with DingTalk workspaces using the Model Context Protocol.
MCP Email Server
Provides IMAP and SMTP access for sending and receiving emails.
WhatsApp API Multi Device Version
A multi-device WhatsApp API server for AI agents and tools.
Gmail MCP
Manage your Gmail account, including sending, reading, and organizing emails.
Apple Mail MCP
Fast MCP server for Apple Mail with batch JXA (87x faster) and FTS5 search index (700-3500x faster).
Gmail
Tools for common Gmail operations, such as sending emails.
YAGMS
An MCP server for interacting with the Gmail API, enabling email management.
MCP Reddit Server
An MCP server for interacting with the Reddit API, enabling searches for posts, comments, and subreddits.
Just Facebook
Automate and manage interactions on a Facebook Page using the Facebook Graph API.