Skip to content
Grok

genieacs mcp for Grok

io.github.geiserx/genieacs-mcp

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

client:Grok transport:stdio runtime:npm

Install genieacs mcp in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

genieacs mcp in other clients