Loading languages...
MC

mcp_email_reader

@karateboss

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

email
imap
mcp-server
context-management

# mcpServer Config

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

# stdio

uvx --from git+https://github.com/karateboss/mcp_email_reader@main mcp_email_reader
Transport:
stdio
언어:
Python
생성됨:4/24/2025
업데이트됨:7/4/2025