HomeCloud & Monitoring › genieacs-mcp

genieacs-mcp

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

Go Cloud macOSWindowsLinux
★ 17 stars Last pushed 2026-08-25 License: GPL-3.0

Topics: Monitoring

Connect

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

Package (npm 0.0.11)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "genieacs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "ACS_URL": "<YOUR_VALUE>",
        "ACS_USER": "<YOUR_VALUE>",
        "ACS_PASS": "<YOUR_VALUE>"
      }
    }
  }
}
  • ACS_URL required — GenieACS NBI API URL (e.g. http://genieacs:7557)
  • ACS_USER — GenieACS NBI basic-auth username
  • ACS_PASS secret — GenieACS NBI basic-auth password

Package (oci)

docker run -i --rm drumsergio/genieacs-mcp:v0.0.11

Or add to your MCP client config:

{
  "mcpServers": {
    "genieacs-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "drumsergio/genieacs-mcp:v0.0.11"
      ],
      "env": {
        "ACS_URL": "<YOUR_VALUE>",
        "ACS_USER": "<YOUR_VALUE>",
        "ACS_PASS": "<YOUR_VALUE>"
      }
    }
  }
}
  • ACS_URL required — GenieACS NBI API URL (e.g. http://genieacs:7557)
  • ACS_USER — GenieACS NBI basic-auth username
  • ACS_PASS secret — GenieACS NBI basic-auth password

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry