mcpbeat Sign in

Genieacs MCP Server

local only

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

MCP server bridging GenieACS TR-069 ACS instances to LLMs for CPE device management

Installs per day peak 34 · avg 12 · -29% w/w
a month agotoday
55
Installs / week
npm · genieacs-mcp
16
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
GPL-3.0
License
Go

What the code does

We read the source, 23 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.

Runs a command on install [пакет] package.json:1
postinstall: node postinstall.js
    execSync(`unzip -o "${tmpZip}" "${BIN_NAME}" -d "${BIN_DIR}"`, { stdio: "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 genieacs-mcp -- npx -y genieacs-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "genieacs-mcp": {
      "args": [
        "-y",
        "genieacs-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.genieacs-mcp]
command = "npx"
args = ["-y", "genieacs-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "genieacs-mcp": {
      "args": [
        "-y",
        "genieacs-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "genieacs-mcp": {
      "args": [
        "-y",
        "genieacs-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ACS_URL (GenieACS NBI API URL (e.g. http://genieacs:7557)), ACS_USER (GenieACS NBI basic-auth username), ACS_PASS (GenieACS NBI basic-auth password). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Genieacs MCP

same job, measured the same way
Fleet MCP
by simplyminimal

An MCP server that provides tools for managing and monitoring your Fleet Device Management instance.

201 installs/wk local only
MCP Neo4j Aura Manager
by neo4j-contrib

MCP server for Neo4j Aura Database Instance Manager.

159 installs/wk local only
MCP Shorturl
by acedatacloud

MCP server for URL shortening and management

524 installs/wk answering
I
CTnP MCP Server
by jitsmaster

Ingeniux CTnP MCP server for personalization, A/B testing, and audience management.

local only
MCP Yoto
by danpillay87

MCP server for Yoto: manage cards, tracks, icons and family devices from any MCP client.

332 installs/wk answering
Linear
by linear

MCP server for Linear project management and issue tracking

answering
Meta
by mikusnuz

MCP server for Instagram Graph API, Threads API & Meta platform management

225 installs/wk local only
Fetchpet
by pulsemcp

MCP server for Fetch Pet insurance claims management using Playwright automation.

69 installs/wk local only

Genieacs MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Genieacs MCP?
Genieacs 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 genieacs-mcp was installed 55 times last week.
How do I connect Genieacs 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 genieacs-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Genieacs MCP?
The npm package genieacs-mcp was installed 55 times in the last week. Week over week that is -29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Genieacs MCP open source?
Yes — it is published under the GPL-3.0 licence, written in Go and 16 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.