MCP server for the ESET ecosystem - Connect cloud + PROTECT On-Prem, multi-tenant, RO/RW
Eset MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. MCP server for the ESET ecosystem - Connect cloud + PROTECT On-Prem, multi-tenant, RO/RW.
Built as a single hub for any number of ESET deployments. One process fronts cloud and on-prem consoles at the same time; clients pick the target per request via headers. As long as MCP receives valid credentials (Basic auth, plus an optional URL override and optional Cloudflare Access service token) it routes the call to the right backend, mints its own tokens, and keeps tenants isolated in the pool.
Once Eset is connected, these are the calls the assistant has available:
Authentication — The Authentication tool exposed by this serverTransports — The Transports tool exposed by this serverResilience — The Resilience tool exposed by this serverCredentials — The Credentials tool exposed by this serverYou will need 6 environment variables: ESET_REGION, ESET_MCP_HTTP_HOST, ESET_MCP_METRICS_PATH, ESET_ONPREM_SERVER_URL, ESET_ONPREM_CF_ACCESS_CLIENT_ID, ESET_ONPREM_CF_ACCESS_CLIENT_SECRET. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Eset's toolset — Authentication, Transports, Resilience and 1 more — is a fair guide to whether it matches your workflow. It is maintained by maciekaz; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Eset's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Authentication | The Authentication tool exposed by this server. |
| Transports | The Transports tool exposed by this server. |
| Resilience | The Resilience tool exposed by this server. |
| Credentials | The Credentials tool exposed by this server. |
{
"mcpServers": {
"eset": {
"command": "uvx",
"args": ["eset-mcp"],
"env": {
"ESET_REGION": "your-value",
"ESET_MCP_HTTP_HOST": "your-value",
"ESET_MCP_METRICS_PATH": "your-value",
"ESET_ONPREM_SERVER_URL": "your-value",
"ESET_ONPREM_CF_ACCESS_CLIENT_ID": "your-value",
"ESET_ONPREM_CF_ACCESS_CLIENT_SECRET": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| ESET_REGION | Configuration value read at startup. | Optional |
| ESET_MCP_HTTP_HOST | Endpoint or connection string the server talks to. | Optional |
| ESET_MCP_METRICS_PATH | Filesystem location the server is allowed to use. | Optional |
| ESET_ONPREM_SERVER_URL | Endpoint or connection string the server talks to. | Yes |
| ESET_ONPREM_CF_ACCESS_CLIENT_ID | Configuration value read at startup. | Optional |
| ESET_ONPREM_CF_ACCESS_CLIENT_SECRET | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.