mail-shadow-mcp

dryas/mail-shadow-mcp
★ 1 stars Go 🤖 AI/LLM Updated today
MCP server for structured, read-only email access. Exposes a minimal, auditable API surface — AI agents can search and read emails, but cannot send, delete, or modify your mailbox.
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": {
    "mail-shadow-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/dryas/mail-shadow-mcp@latest"
      ]
    }
  }
}