mcpbeat Sign in

Keenetic MCP Server

by salatmaster Your server? Claim it
local only

Keenetic MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 75 installs a week from npm. Last commit 9 Aug 2026.

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

Installs per day peak 802 · avg 33
a month agotoday
75
Installs / week
npm · keenetic-mcp
24
Stars
1 open issues
9 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

      const child = spawn(cmd.command, cmd.args, { stdio: ['ignore', 'pipe', 'ignore'] });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add keenetic-mcp -- npx -y keenetic-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "keenetic-mcp": {
      "args": [
        "-y",
        "keenetic-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.keenetic-mcp]
command = "npx"
args = ["-y", "keenetic-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "keenetic-mcp": {
      "args": [
        "-y",
        "keenetic-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "keenetic-mcp": {
      "args": [
        "-y",
        "keenetic-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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 (Router password. Optional: the setup wizard stores it in the operating system keychain instead. Use this in a container, where there is no keychain.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Keenetic MCP

same job, measured the same way
Tapo MCP
by mihai-dinculescu

MCP server for discovering and controlling TP-Link Tapo smart home devices via AI Agents

local only
Ccu MCP
by claymore666

MCP server for controlling HomeMatic smart home devices via the CCU JSON-RPC API

73 installs/wk local only
Debmatic MCP
by claymore666

MCP server for controlling HomeMatic smart home devices via the CCU JSON-RPC API

28 installs/wk local only
I
Androidapi MCP
by tecniforgemaryam

Send SMS & WhatsApp, verify OTPs, manage contacts, and control Android devices via AndroidAPI.net.

36 installs/wk local only
Ghost
by northtekdevs

Verified desktop control for agents on Windows and Linux: apps with no API, windows, shell, browser.

local only
Nocticas
by nocticas

Browser QA agent that won't return a false green: verified PASS/FAIL + access-control probing.

answering
Dingdawg Loop
by dingdawg

Safe scheduled AI agents with governance gates. Verified, receipted, fail-closed.

45 installs/wk local only
MCP People Finder
by mambabuilt

Find people at a company by role, seniority and department, with verified business emails.

59 installs/wk local only

Keenetic MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Keenetic MCP?
Keenetic MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package keenetic-mcp was installed 75 times last week.
How do I connect Keenetic MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls keenetic-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Keenetic MCP?
The npm package keenetic-mcp was installed 75 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Keenetic MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 24 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.