What is the dev.multimail/mcp-server MCP server?
Give your agent its own email address with graduated human oversight, from approval to autonomy.
How to install dev.multimail/mcp-server
Copy-paste configuration for popular MCP clients.
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.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@multimail/mcp-server"
],
"env": {
"MULTIMAIL_API_KEY": "<YOUR_MULTIMAIL_API_KEY>",
"MULTIMAIL_MAILBOX_ID": "<YOUR_MULTIMAIL_MAILBOX_ID>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@multimail/mcp-server"
],
"env": {
"MULTIMAIL_API_KEY": "<YOUR_MULTIMAIL_API_KEY>",
"MULTIMAIL_MAILBOX_ID": "<YOUR_MULTIMAIL_MAILBOX_ID>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@multimail/mcp-server"
],
"env": {
"MULTIMAIL_API_KEY": "<YOUR_MULTIMAIL_API_KEY>",
"MULTIMAIL_MAILBOX_ID": "<YOUR_MULTIMAIL_MAILBOX_ID>"
}
}
}
}{
"servers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@multimail/mcp-server"
],
"env": {
"MULTIMAIL_API_KEY": "<YOUR_MULTIMAIL_API_KEY>",
"MULTIMAIL_MAILBOX_ID": "<YOUR_MULTIMAIL_MAILBOX_ID>"
}
}
}
}claude mcp add mcp-server --env MULTIMAIL_API_KEY=<YOUR_MULTIMAIL_API_KEY> --env MULTIMAIL_MAILBOX_ID=<YOUR_MULTIMAIL_MAILBOX_ID> -- npx -y @multimail/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.