Skip to content
Cline

genieacs mcp for Cline

io.github.geiserx/genieacs-mcp

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

client:Cline transport:stdio runtime:npm

Install genieacs mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "genieacs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "genieacs-mcp"
      ],
      "env": {
        "ACS_URL": "<ACS_URL>",
        "ACS_USER": "<ACS_USER>",
        "ACS_PASS": "<ACS_PASS>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

genieacs mcp in other clients