Mail Imap Mcp Rs
Freeby MCP Community
Secure IMAP MCP server over stdio with cursor-based pagination, multi-account support, and TLS-only connections
v0.3.3Added Apr 12, 2026
emailapi-bindingsmcpimapmail
Mail Imap Mcp Rs MCP Server
Secure IMAP MCP server over stdio with cursor-based pagination, multi-account support, and TLS-only connections
Installation
Reviews
Installation
Quick install
npx -y @bradsjm/mail-imap-mcp-rs
Add to claude_desktop_config.json
{
"mcpServers": {
"mail-imap-mcp-rs": {
"command": "npx",
"args": ["-y", "@bradsjm/mail-imap-mcp-rs"]
}
}
}