MCP Directory
Back

fastmail-mcp

by MadLlama25 · TypeScript · ★ 121

A Model Context Protocol (MCP) server that provides access to the Fastmail API, enabling AI assistants to interact with email, contacts, and calendar data. Includes a DXT (desktop extension) for Claude Desktop.

#dxt#fastmail#fastmail-api#mcp-server

Install

npx -y github:MadLlama25/fastmail-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "fastmail-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:MadLlama25/fastmail-mcp"
      ]
    }
  }
}

From the README

A Model Context Protocol (MCP) server that provides access to the Fastmail API, enabling AI assistants to interact with email, contacts, and calendar data. - List mailboxes and get mailbox statistics - List, search, and filter emails with advanced criteria - Get specific emails by ID with full content - Send emails (text and HTML) with proper draft/sent handling - Reply to emails with proper threading (In-Reply-To, References headers) - Create and save email drafts (with or without threading) - Email management: mark read/unread, delete, move between folders - **Attachment Handling**: List a…
Read full README on GitHub →

Related communication servers