Keenetic MCP

Control your Keenetic router from Claude, Codex, Cursor, or any MCP agent. Ask your agent about your network in plain language. No USB stick, no Entware, nothing installed on the router. It runs locally over stdio via the published package.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-09 · ★ 19 · #51 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Keenetic MCP

before you install - you'll need

Set KEENETIC_HOST, KEENETIC_TEST_HOST, KEENETIC_TEST_PASSWORD before connecting.

Claude Code

claude mcp add salatmaster-keenetic-mcp -- npx -y keenetic-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "salatmaster-keenetic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "keenetic-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

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 local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-07 - young repo, little track record yet

license MIT - declared in the repository

npm package keenetic-mcp - unscoped; check the name against the project README before installing

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

03 · What Keenetic MCP can do

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

Latest releases

v0.3.1 · 2026-08-08

Housekeeping. Nothing about how the server talks to a router changed. · Listed in the official MCP Registry · keenetic-mcp is now in the registry, which is what the directories index from. · Getting there needed an…

v0.3.0 · 2026-08-07

Isolated networks: a guest network, an IoT network, a segment routed through a VPN tunnel, created so the router actually lists them. · The problem this solves · The obvious way to build one is a bridge with an…

v0.2.2 · 2026-08-07

Two bugs where the server reported success for something it never did, both found and fixed by @dsudomoin against a Giga KN-1012 on KeeneticOS 5.1.1. · Every rci_call POST could silently do nothing · body was declared…

04 · Who maintains Keenetic MCP

keenetic-mcp is maintained by salatmaster. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
automation - ranked #51 of 194 actively-maintained automation servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-08-08)
registry
io.github.salatmaster/keenetic-mcp (active, first published 2026-08-08)
packages
npm:keenetic-mcp

06 · Keenetic MCP FAQ

What is Keenetic MCP?

Control your Keenetic router from Claude, Codex, Cursor, or any MCP agent. Ask your agent about your network in plain language. No USB stick, no Entware, nothing installed on the router. It runs locally over stdio via the published package.

Is Keenetic MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-09 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Keenetic MCP?

Run `npx -y keenetic-mcp`. The README documents 3 environment variables (KEENETIC_HOST, KEENETIC_TEST_HOST, KEENETIC_TEST_PASSWORD) to set first. Set KEENETIC_HOST, KEENETIC_TEST_HOST, KEENETIC_TEST_PASSWORD before connecting. You can also paste the ready-made client config above.

Does Keenetic MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Keenetic MCP