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_URLrequiredGenieACS NBI API URL (e.g. http://genieacs:7557)
ACS_USERGenieACS NBI basic-auth username
ACS_PASSsecretGenieACS 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-mcpRelated MCP servers
MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management
3
View repository →Go
GPL-3.0
MCP server for Telegram Archive — search messages, browse chats, and access history
3
View repository →Go
GPL-3.0
MCP server for CashPilot — monitor passive income, bandwidth sharing, and DePIN earnings
2
View repository →Go
GPL-3.0
MCP server for LynxPrompt — browse, search, and manage AI configuration blueprints
1
View repository →Go
GPL-3.0
MCP server for Pumperly — query fuel prices, find stations, and plan routes
1
View repository →Go
GPL-3.0