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"
}
}
}
}
เซิร์ฟเวอร์ที่เกี่ยวข้อง
DeepL
Translate text using the DeepL API.
MCP Server for Intercom
Access and analyze customer support data from Intercom.
SimpleChatJS
A lightweight AI chat application with MCP support, built with pure JavaScript and Node.js.
Gmail MCP Server
An MCP server that enables AI models to interact directly with the Gmail API to manage emails.
Local Network Request MCP Server
Sends HTTP requests to endpoints on the local network.
Google Meet MCP Server
An MCP server for interacting with Google Meet through the Google Calendar API.
Infobip MCP servers
Enables seamless integration with communication platform that allows you to reach your customers globally across any channel.
Waroom MCP
Access the Waroom API through the Model Context Protocol.
Telegram MCP Server
Connect to your Telegram account to read and send messages.
RSS MCP Server by CData
A read-only MCP server for querying live RSS data using the CData JDBC Driver for RSS.