Loading MCP server directory, please wait...
Agent email with allowlist and consent via AssistantMail.
npx @getmcp/cli add io.github.AssistantMail/assistantmail-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
ASSISTANT_MAIL_API_KEYAssistantMail API key (amk_...). Required unless passed per-tool.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.AssistantMail/assistantmail-mcp": {
"command": "npx",
"args": [
"-y",
"@assistantmail/assistantmail-mcp"
],
"env": {
"ASSISTANT_MAIL_API_KEY": "",
"ASSISTANT_MAIL_API_BASE_URL": "https://api.assistant-mail.ai"
}
}
}
}