Assistant Mail MCP for Claude Desktop
io.github.assistantmail/assistantmail-mcp
Agent email with allowlist and consent via AssistantMail.
client:Claude Desktop
transport:stdio
runtime:npm
Install Assistant Mail MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"assistantmail-mcp": {
"command": "npx",
"args": [
"-y",
"@assistantmail/assistantmail-mcp"
],
"env": {
"ASSISTANT_MAIL_API_KEY": "<ASSISTANT_MAIL_API_KEY>",
"ASSISTANT_MAIL_API_BASE_URL": "<ASSISTANT_MAIL_API_BASE_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs