AgentMail MCP Server
Provide seamless integration with the AgentMail API. Enhance your applications by utilizing powerful tools to manage email functionalities effortlessly. Start leveraging the capabilities of AgentMail to streamline your communication processes.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install agentmail-to/agentmail-mcp -c claude
This command will automatically install and configure the AgentMail MCP Server MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"AgentMail MCP Server": {
"command": "npx",
"args": [
"-y",
"agentmail-mcp"
],
"env": {
"AGENTMAIL_API_KEY": "YOUR_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"
}
}
}
}
Details:
Stars
0Forks
1Last commit
6 days agoRepository age
3 months
Auto-fetched from GitHub .
MCP servers similar to AgentMail MCP Server:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit