Fastmail launches MCP server for AI-driven email access
Fastmail has shipped an MCP server at `https://api.fastmail.com/mcp`, letting users connect AI clients like Claude or ChatGPT directly to their mail, calendar, and contacts via OAuth — without embedding any AI into Fastmail itself.
Score breakdown
Developers and AI practitioners can now connect any MCP-compatible AI client directly to Fastmail's email, calendar, and contacts data, enabling cross-service agentic workflows without surrendering control to a vendor-chosen AI.
- 01Fastmail launched an MCP server at `https://api.fastmail.com/mcp` on National Email Day, April 22, 2026.
- 02The server is authored by Rob Mueller, Fastmail's Founder & CTO.
- 03MCP (Model Context Protocol) is an open standard designed for AI clients to read data from and call functions on external services.
Fastmail's Founder & CTO Rob Mueller announced the launch of an MCP server on National Email Day (April 22, 2026), positioning it as a natural extension of Fastmail's existing API surface alongside IMAP, CalDAV, and CardDAV. The server lives at `https://api.fastmail.com/mcp` and follows the Model Context Protocol, an open standard not tied to any single AI provider. Users configure the endpoint in their AI client of choice, complete an OAuth consent flow, and can then ask their AI to interact with their real mail, calendar, and contacts data. The OAuth screen offers three distinct access tiers: read-only (view emails, contacts, and calendars), write (update emails, save drafts, edit contacts and events), and send (send emails).
Mueller argues the second approach better respects user autonomy and avoids the fragmentation of having separate, context-blind AI helpers in every tool.
The post draws a sharp distinction between two integration philosophies: embedding AI inside a webapp (the current default, where each service ships its own siloed AI assistant), versus embedding the webapp inside a user-chosen AI (the MCP model, where a single persistent AI orchestrates across all connected services). Mueller argues the second approach better respects user autonomy and avoids the fragmentation of having separate, context-blind AI helpers in every tool. The post also references the MCP Apps spec, which would allow webapps to render native UI inside an AI's conversation interface. Fastmail explicitly states it has not added AI to its own product — the MCP server is an opt-in API endpoint consistent with the company's stated values around data ownership and stewardship.
Key facts
- 01Fastmail launched an MCP server at `https://api.fastmail.com/mcp` on National Email Day, April 22, 2026.
- 02The server is authored by Rob Mueller, Fastmail's Founder & CTO.
- 03MCP (Model Context Protocol) is an open standard designed for AI clients to read data from and call functions on external services.
- 04Users connect via OAuth with three access levels: read-only, write, and send.
- 05Fastmail has NOT embedded AI into its own product — no chatbot or background model processing is involved.
- 06The post contrasts two integration models: AI embedded in apps vs. apps embedded in a user-chosen AI, advocating for the latter.
- 07The MCP Apps spec is mentioned as an extension that lets webapps render native UI inside an AI conversation interface.