Skip to content
Cursor

genieacs mcp for Cursor

io.github.geiserx/genieacs-mcp

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

client:Cursor transport:stdio runtime:npm

Install genieacs mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

genieacs mcp in other clients