Catalog
dev.multimail/mcp-server
Officialby multimail-dev · JavaScript
Give your agent its own email address with graduated human oversight, from approval to autonomy.
Provide AI agents with email capability and configurable human oversight levels.
Topics
agent-emailai-agentsverifiable-credentialsai-agent
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
MULTIMAIL_API_KEYsecretYour MultiMail API key (starts with mm_live_). Optional — run without it to create an account first.
MULTIMAIL_MAILBOX_IDDefault mailbox ID. If not set, pass mailbox_id to each tool or call list_mailboxes first.
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@multimail/mcp-server@0.13.0"
],
"env": {
"MULTIMAIL_API_KEY": "<YOUR_MULTIMAIL_API_KEY>",
"MULTIMAIL_MAILBOX_ID": "<YOUR_MULTIMAIL_MAILBOX_ID>"
}
}
}
}