PluginBench
MCP Server
Active
GPL-3.0

io.github.GeiserX/genieacs-mcp MCP Server

io.github.GeiserX/genieacs-mcp

What is the io.github.GeiserX/genieacs-mcp MCP server?

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

How to install io.github.GeiserX/genieacs-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "genieacs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "genieacs-mcp"
      ],
      "env": {
        "ACS_URL": "<YOUR_ACS_URL>",
        "ACS_USER": "<YOUR_ACS_USER>",
        "ACS_PASS": "<YOUR_ACS_PASS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "genieacs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "genieacs-mcp"
      ],
      "env": {
        "ACS_URL": "<YOUR_ACS_URL>",
        "ACS_USER": "<YOUR_ACS_USER>",
        "ACS_PASS": "<YOUR_ACS_PASS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "genieacs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "genieacs-mcp"
      ],
      "env": {
        "ACS_URL": "<YOUR_ACS_URL>",
        "ACS_USER": "<YOUR_ACS_USER>",
        "ACS_PASS": "<YOUR_ACS_PASS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "genieacs-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "genieacs-mcp"
      ],
      "env": {
        "ACS_URL": "<YOUR_ACS_URL>",
        "ACS_USER": "<YOUR_ACS_USER>",
        "ACS_PASS": "<YOUR_ACS_PASS>"
      }
    }
  }
}
Claude Code
claude mcp add genieacs-mcp --env ACS_URL=<YOUR_ACS_URL> --env ACS_USER=<YOUR_ACS_USER> --env ACS_PASS=<YOUR_ACS_PASS> -- npx -y genieacs-mcp

Related MCP servers

MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management

3
Go
GPL-3.0
View repository →

MCP server for Telegram Archive — search messages, browse chats, and access history

3
Go
GPL-3.0
View repository →

MCP server for CashPilot — monitor passive income, bandwidth sharing, and DePIN earnings

2
Go
GPL-3.0
View repository →

MCP server for Duplicacy — monitor backup status and Prometheus metrics

1
Go
GPL-3.0
View repository →

MCP server for LynxPrompt — browse, search, and manage AI configuration blueprints

1
Go
GPL-3.0
View repository →

MCP server for Pumperly — query fuel prices, find stations, and plan routes

1
Go
GPL-3.0
View repository →