forwardemail-mcp

arsols-labs/forwardemail-mcp
★ 2 stars TypeScript 🤖 AI/LLM Updated today
Notion-first MCP server for Forward Email. Connect your self-hosted email (and optional CalDAV/CardDAV) to Notion Custom Agents via HTTP (Cloudflare Workers) or local stdio. Secure-by-default, with simple .env setup and 1Password-friendly workflows.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "forwardemail-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "arsols-labs/forwardemail-mcp"
      ]
    }
  }
}