Multimail MCP Server
Rank #29,435io.github.H179922/multimail-mcp-server
Give your agent its own email address with graduated human oversight, from approval to autonomy.
Multimail MCP Server is a Model Context Protocol (MCP) server published by multimail-dev. It ranks #29,435 of 132,113 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Multimail MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 4 tracked versions. It was first listed on Feb 22, 2026 and most recently updated on Jun 12, 2026.
Ranks ahead of 102,678 of 132,113 servers on MCP Toplist.
Use Multimail MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http multimail-mcp-server https://mcp.multimail.dev/mcpclaude mcp add multimail-mcp-server -e "MULTIMAIL_API_KEY=<your MULTIMAIL_API_KEY>" -e "MULTIMAIL_MAILBOX_ID=<your MULTIMAIL_MAILBOX_ID>" -- npx -y @multimail/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.multimail-mcp-server]
url = "https://mcp.multimail.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.multimail-mcp-server]
command = "npx"
args = ["-y", "@multimail/mcp-server"]
[mcp_servers.multimail-mcp-server.env]
MULTIMAIL_API_KEY = "<your MULTIMAIL_API_KEY>"
MULTIMAIL_MAILBOX_ID = "<your MULTIMAIL_MAILBOX_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.multimail.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"multimail-mcp-server": {
"command": "npx",
"args": [
"-y",
"@multimail/mcp-server"
],
"env": {
"MULTIMAIL_API_KEY": "<your MULTIMAIL_API_KEY>",
"MULTIMAIL_MAILBOX_ID": "<your MULTIMAIL_MAILBOX_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"multimail-mcp-server": {
"url": "https://mcp.multimail.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"multimail-mcp-server": {
"command": "npx",
"args": [
"-y",
"@multimail/mcp-server"
],
"env": {
"MULTIMAIL_API_KEY": "<your MULTIMAIL_API_KEY>",
"MULTIMAIL_MAILBOX_ID": "<your MULTIMAIL_MAILBOX_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"multimail-mcp-server": {
"type": "http",
"url": "https://mcp.multimail.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"multimail-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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"multimail-mcp-server": {
"serverUrl": "https://mcp.multimail.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"multimail-mcp-server": {
"command": "npx",
"args": [
"-y",
"@multimail/mcp-server"
],
"env": {
"MULTIMAIL_API_KEY": "<your MULTIMAIL_API_KEY>",
"MULTIMAIL_MAILBOX_ID": "<your MULTIMAIL_MAILBOX_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"multimail-mcp-server": {
"url": "https://mcp.multimail.dev/mcp"
}
}
}{
"mcpServers": {
"multimail-mcp-server": {
"command": "npx",
"args": [
"-y",
"@multimail/mcp-server"
],
"env": {
"MULTIMAIL_API_KEY": "<your MULTIMAIL_API_KEY>",
"MULTIMAIL_MAILBOX_ID": "<your MULTIMAIL_MAILBOX_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.H179922%2Fmultimail-mcp-server)<a href="https://mcptoplist.com/server/io.github.H179922%2Fmultimail-mcp-server"><img src="https://mcptoplist.com/badge/io.github.H179922%2Fmultimail-mcp-server.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
multimail-dev
Other servers by multimail-dev
View all multimail-dev servers →Available versions (4)
| Version | Published |
|---|---|
| 0.13.0 | Jun 12, 2026 |
| 0.12.0 | Jun 11, 2026 |
| 0.1.5 | Feb 22, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Multimail MCP Server?
- Multimail MCP Server is maintained by multimail-dev, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Multimail MCP Server listed on the Official MCP Registry?
- Yes — Multimail MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Multimail MCP Server have?
- MCP Toplist tracks 4 versions of Multimail MCP Server, most recently published on Jun 12, 2026.
- Where can I find the source code for Multimail MCP Server?
- The source code for Multimail MCP Server is hosted at github.com/multimail-dev/mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.