Skip to main content
Glama
mattmaas

Fastmail MCP Server

by mattmaas

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FASTMAIL_API_TOKENYesFastmail API token
FASTMAIL_ACCOUNT_IDNoAccount ID; auto-detected when omitted
FASTMAIL_FOOTER_HTMLNoOptional HTML footer added to sent mail
FASTMAIL_SIGNATURE_NAMENoName shown in the optional signature
FASTMAIL_DRAFT_BY_DEFAULTNoSet to false to send right away instead of saving drafts

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
fastmail_get_accountB

Get Fastmail account information and session details.

fastmail_list_emailsA

List emails from your inbox or other folders. Supports filtering by folder, read status, and search.

fastmail_get_emailA

Get detailed information about a specific email by its ID.

fastmail_send_emailA

Compose and send (or save as draft) an email from the account's own Fastmail identity.

IMPORTANT — DEFAULT TO DRAFT: unless the context clearly implies the email should go out immediately (explicit instruction, routine automated alert, or an established-contact follow-up), save it as a draft so a human can review before it sends. Omit saveDraft to use the configured default (draft-first unless FASTMAIL_DRAFT_BY_DEFAULT=false).

Send as the account owner. Never add AI/agent signatures or self-identification; any machine-authorship marker is configured server-side via FASTMAIL_FOOTER_HTML.

fastmail_list_masked_emailsB

List all masked email addresses (privacy-focused aliases).

fastmail_create_masked_emailB

Create a new masked email address for privacy protection.

fastmail_update_masked_emailA

Update a masked email (enable, disable, or change description).

fastmail_delete_masked_emailB

Delete a masked email address.

fastmail_mark_email_readA

Mark an email as read or unread.

fastmail_mark_email_flaggedA

Flag or unflag an email (star).

fastmail_list_foldersA

List all email folders.

fastmail_get_unread_countA

Get unread email count for inbox or a specific folder.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mattmaas/fastmail-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server