★ 14 stars
Rust
🔒 Security
Updated 8d ago
Secure IMAP/SMTP/EWS/Graph API MCP server in Rust — Microsoft 365, Hotmail, Gmail, Zoho, OAuth2, multi-account
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mail-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"mail-mcp"
]
}
}
}
Run in terminal:
claude mcp add mail-mcp cargo run -- mail-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"mail-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"mail-mcp"
]
}
}
}