yahoo-mail-mcp

acato/yahoo-mail-mcp
★ 0 stars Python 🔍 Search Updated 1d ago
MCP server for triaging a Yahoo Mail mailbox over IMAP (read, search, move, delete, mark-read, bulk-purge-from-sender)
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "yahoo-mail-mcp": {
      "command": "uvx",
      "args": [
        "yahoo-mail-mcp"
      ]
    }
  }
}

Or install with pip: pip install yahoo-mail-mcp