classic-imap-smtp-mcp

Gnidreve/classic-imap-smtp-mcp
★ 1 stars TypeScript Communication Updated today
IMAP & SMTP Protocol MCP Server for connecting AI agents to your email accounts
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": {
    "classic-imap-smtp-mc": {
      "command": "npx",
      "args": [
        "-y",
        "Gnidreve/classic-imap-smtp-mcp"
      ]
    }
  }
}