fastmail-cli

radiosilence/fastmail-cli
★ 43 stars Rust 🗄️ Database Updated 12d ago
CLI and MCP server for Fastmail — email, contacts, masked email, attachments, text extraction. JMAP + CardDAV + GraphQL.
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": {
    "fastmail-cli": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "fastmail-cli"
      ]
    }
  }
}