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.
We read the source, 21 h ago · rules 3dff92dd89df
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.
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.
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.
claude mcp add keenetic-mcp -- npx -y keenetic-mcp
{
"mcpServers": {
"keenetic-mcp": {
"args": [
"-y",
"keenetic-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.keenetic-mcp]
command = "npx"
args = ["-y", "keenetic-mcp"]
{
"mcpServers": {
"keenetic-mcp": {
"args": [
"-y",
"keenetic-mcp"
],
"command": "npx"
}
}
}
{
"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.
MCP server for discovering and controlling TP-Link Tapo smart home devices via AI Agents
MCP server for controlling HomeMatic smart home devices via the CCU JSON-RPC API
MCP server for controlling HomeMatic smart home devices via the CCU JSON-RPC API
Send SMS & WhatsApp, verify OTPs, manage contacts, and control Android devices via AndroidAPI.net.
Verified desktop control for agents on Windows and Linux: apps with no API, windows, shell, browser.
Browser QA agent that won't return a false green: verified PASS/FAIL + access-control probing.
Safe scheduled AI agents with governance gates. Verified, receipted, fail-closed.
Find people at a company by role, seniority and department, with verified business emails.
Answers built from our own checks of this server.