Home › Other › keenetic-mcp

keenetic-mcp

Control a Keenetic router: devices, Wi-Fi, VPN routing, segments, safe verified writes.

TypeScript
★ 24 stars Last pushed 2026-08-09 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "keenetic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "KEENETIC_HOST": "<YOUR_VALUE>",
        "KEENETIC_USER": "<YOUR_VALUE>",
        "KEENETIC_PASSWORD": "<YOUR_VALUE>"
      }
    }
  }
}
  • KEENETIC_HOST — Router address on the LAN, for example 192.168.1.1. Optional: `npx keenetic-mcp init` discovers it from the default gateway and stores it.
  • KEENETIC_USER — Router login. Optional, defaults to admin.
  • KEENETIC_PASSWORD secret — Router password. Optional: the setup wizard stores it in the operating system keychain instead. Use this in a container, where there is no keychain.

Related servers

Data from the Official MCP Registry