Local IMAP/SMTP bridge for Tuta encrypted email. Use Thunderbird, Apple Mail or any mail client. Rust + Tauri, with backup, search and a read-only MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"tutabridge": {
"command": "cargo",
"args": [
"run",
"--",
"tutabridge"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add tutabridge cargo run -- tutabridge
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"tutabridge": {
"command": "cargo",
"args": [
"run",
"--",
"tutabridge"
]
}
}
}
📋 Copy