Loading languages...
IM

imap-mcp

@dominik10016

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

imap
email
ai-assistant
mcp-server

# mcpServer Config

{
  "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>"
      }
    }
  }
}

# stdio

npx imap-mcp
Transport:
stdio
Язык:
TypeScript
Создано:6/25/2025
Обновлено:7/21/2025
Домашняя страница: