Back to directory
karateboss/mcp_email_reader

karateboss/mcp_email_reader

@karateboss

Model Context Protocol (MCP) server to connect to an email server and to read emails

emailimapreadermcpmodel-context-protocolpythonservertoolstool

Installation & Configuration

{
  "mcpServers": {
    "mcp_email_reader": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/karateboss/mcp_email_reader@main",
        "mcp_email_reader"
      ],
      "env": {
        "IMAP_SERVER": "<email server>",
        "EMAIL_ACCOUNT": "<user email account>",
        "EMAIL_PASSWORD_ENC": "<encrypted password>",
        "EMAIL_SECRET_KEY": "<secret key used to encrypt password>"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/13