AI & ML
Trust: 37/100 (Limited)dev.multimail/mcp-server Guide
Email for AI agents. Send and receive as markdown with human oversight.
by multimail-dev
Quick Start
Install
npx @multimail/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"dev-multimail-mcp-server": {
"command": "npx",
"args": [
"@multimail/mcp-server"
]
}
}
}