Back to directory
dominik1001/imap-mcp

dominik1001/imap-mcp

@dominik1001

📧 An IMAP Model Context Protocol (MCP) server to expose IMAP operations as tools for AI assistants.

imapemailmcptypescriptai-assistantprotocoldrafttool

Installation & Configuration

{
  "mcpServers": {
    "imap": {
      "command": "npx",
      "args": [
        "imap-mcp"
      ],
      "env": {
        "IMAP_HOST": "<IMAP host>",
        "IMAP_PORT": "<IMAP port>",
        "IMAP_USERNAME": "<IMAP username>",
        "IMAP_PASSWORD": "<IMAP password>",
        "IMAP_USE_SSL": "<true or false>"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13