GraysonCAdams/fastmail-mcp
MCP server for Fastmail — email, contacts, and calendars via JMAP
Platform-specific configuration:
{
"mcpServers": {
"fastmail-mcp": {
"command": "npx",
"args": [
"-y",
"fastmail-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP (Model Context Protocol) server for Fastmail that provides access to email, contacts, and calendars via the JMAP protocol.
| Tool | Description | |------|-------------| | list_mailboxes | List all mailboxes in the account | | list_emails | List emails from a mailbox | | get_email | Get a specific email by ID | | get_recent_emails | Get the most recent emails from inbox | | search_emails | Search emails by subject or content | | advanced_search | Advanced email search with multiple criteria (sender, recipient, date range, attachments, etc.) | | send_email | Send an email | | reply_email | Reply to an email with proper threading headers | | save_draft | Save an email as a draft with optional threading support | | create_draft | Create an email draft without sending | | mark_email_read | Mark an email as read or unread | | delete_email | Delete an email (move to trash) | | move_email | Move an email to a different mailbox | | add_labels | Add labels (mailboxes) to an email | | remove_labels | Remove labels (mailboxes) from an email | | get_email_attachments | List attachments for an email | | download_attachment | Download an email attachment (save to disk or get URL) | | get_thread | Get all emails in a conversation thread | | get_mailbox_stats | Get mailbox statistics (unread count, total, etc.) | | get_account_summary | Get overall account summary with statistics |
| Tool | Description | |------|-------------| | bulk_mark_read | Mark multiple emails as read/unread | | bulk_move | Move multiple emails to a mailbox | | bulk_delete | Delete multiple emails (move to trash) | | bulk_add_labels | Add labels to multiple emails | | bulk_remove_labels | Remove labels from multiple emails |
| Tool | Description | |------|-------------| | list_contacts | List contacts from the address book | | `ge
Loading reviews...