Unofficial Model Context Protocol server for Fastmail integration
Mail (read/write as needed)Add the following to your Claude Code MCP settings (~/.claude/claude_desktop_config.json or project .mcp.json):
{
"mcpServers": {
"fastmail": {
"type": "url",
"url": "https://fastmail-mcp.vercel.app/mcp",
"headers": {
"Authorization": "Bearer YOUR_FASTMAIL_API_TOKEN"
}
}
}
}
POST /mcp - MCP protocol endpointGET /health - Health check endpoint