MCP Directory
Back

fastmail-mcp

by MadLlama25 · TypeScript · ★ 119

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related communication servers