Back to Home
i11v icon

fastmail-mcp

Verified Safe

by i11v

Overview

Provides AI assistants with Model Context Protocol (MCP) access to Fastmail accounts for email management.

Installation

Run Command
pnpm start

Environment Variables

  • REDIS_URL
  • PORT

Security Notes

The server correctly extracts the Fastmail API token from the Authorization header. It hashes this token before using it as a Redis key, avoiding storage of raw tokens in Redis keys. However, the full session JSON, which can contain sensitive account IDs, is cached in Redis. While given a TTL, a compromise of the Redis instance could expose this data. Input validation for tools is enforced using Zod schemas. The server explicitly warns users to keep their API tokens secure and not commit them to version control. The open CORS configuration (origin: '*') is typical for MCP but means no origin-based protection beyond the bearer token.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens10000
Stars0
Forks0
Last Update2026-01-18

Tags

EmailJMAPFastmailMCPAI Assistant