← Back to browse

genieacs-mcp

Indexed by io.github.GeiserX

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsACS_URL ACS_USER ACS_PASS
Claude Code
claude mcp add --env ACS_URL= --env ACS_USER= --env ACS_PASS= genieacs-mcp -- npx genieacs-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"genieacs-mcp","command":"npx","args":["genieacs-mcp"],"env":{"ACS_URL":"","ACS_USER":"","ACS_PASS":""}}'
JSON
{
  "mcpServers": {
    "genieacs-mcp": {
      "command": "npx",
      "args": [
        "genieacs-mcp"
      ],
      "env": {
        "ACS_URL": "",
        "ACS_USER": "",
        "ACS_PASS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.