Back to directory
imap-mcp

imap-mcp

@dominik100113

An IMAP MCP server exposing IMAP operations as tools for AI assistants

imapemailai-assistantmcp-servertool

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
2025/6/25
Updated
2026/6/7