Eset MCP

A Model Context Protocol server for the entire ESET management surface: ESET Connect (cloud, all regions), ESET PROTECT On-Prem, ESET Inspect, and ESET Cloud Office. Drive any of them from any MCP host (Claude Desktop, Claude Code, or a custom agent) through tools, resources, and prompts.

People who need security tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-17 · ★ 3 · #162 OF 182 MAINTAINED SECURITY · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Eset MCP

before you install - you'll need

Set ESET_AUTH_MODE, ESET_MCP_TRANSPORT, ESET_ONPREM_VERIFY_SSL, ESET_USER, ESET_PASSWORD, ESET_ONPREM_CF_ACCESS_CLIENT_ID, ESET_ONPREM_CF_ACCESS_CLIENT_SECRET, ESET_PUBLIC_DOMAIN, ESET_ACME_EMAIL before connecting. ESET_REGION, ESET_DEPLOYMENT, ESET_ONPREM_SERVER_URL are optional or environment-specific per the README.

Docker

docker run -i --rm ghcr.io/maciekaz/eset-mcp:1.0.3

Claude Desktop - add to config

{
  "mcpServers": {
    "maciekaz-eset-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/maciekaz/eset-mcp:1.0.3"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license MIT - declared in the repository

registry namespace io.github.maciekaz is GitHub-verified and matches the repo owner

03 · What Eset MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 2 documented tools across vulnerability, incident, including vulnerability_report, incident_triage.

The 2 tools it gives your agent

Extracted from the project's README - what eset-mcp lets an agent do.

vulnerability_report
- per-device CVE report.
incident_triage
- open incidents + related detections.

Latest releases

v1.0.3 · 2026-05-24

Patch release. First version published to the official MCP Registry. · What's new · MCP Registry entry: \io.github.maciekaz/eset-mcp\ is now discoverable through the official registry. Query it: · \\\ · curl · \\\…

v1.0.2 · 2026-05-23

Patch release. First version with a published, anonymous-pullable Docker image. · Highlights · Public Docker image at \ghcr.io/maciekaz/eset-mcp\. No login, no build: · \\\bash · docker run --rm -i --env-file .env…

v1.0.1 · 2026-05-22

Patch release. Fully backward compatible - no env vars or API surface changed. · Publication polish · Added the actual LICENSE file (MIT). README and pyproject.toml already declared MIT, but the file was missing…

04 · Who maintains Eset MCP

eset-mcp is maintained by maciekaz. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
security - ranked #162 of 182 actively-maintained security servers as of 2026-08-25.
registry
io.github.maciekaz/eset-mcp (active, first published 2026-05-24)
packages
oci:ghcr.io/maciekaz/eset-mcp:1.0.3

06 · Eset MCP FAQ

What is Eset MCP?

A Model Context Protocol server for the entire ESET management surface: ESET Connect (cloud, all regions), ESET PROTECT On-Prem, ESET Inspect, and ESET Cloud Office. Drive any of them from any MCP host (Claude Desktop, Claude Code, or a custom agent) through tools, resources, and prompts.

Is Eset MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-17. We re-verify nightly.

How do I install Eset MCP?

Run `docker run -i --rm ghcr.io/maciekaz/eset-mcp:1.0.3`. The README documents 12 environment variables (ESET_AUTH_MODE, ESET_MCP_TRANSPORT, ESET_REGION…) to set first. Set ESET_AUTH_MODE, ESET_MCP_TRANSPORT, ESET_ONPREM_VERIFY_SSL, ESET_USER, ESET_PASSWORD, ESET_ONPREM_CF_ACCESS_CLIENT_ID, ESET_ONPREM_CF_ACCESS_CLIENT_SECRET, ESET_PUBLIC_DOMAIN, ESET_ACME_EMAIL before connecting. ESET_REGION, ESET_DEPLOYMENT, ESET_ONPREM_SERVER_URL are optional or environment-specific per the README. You can also paste the ready-made client config above.

07 · Alternatives to Eset MCP