Odel
keenetic mcp

keenetic mcp

Local
@salatmaster19TypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmkeenetic-mcpv0.3.1

Run

npx -y keenetic-mcp

MCP client config

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