io.github.GeiserX/genieacs-mcp
Quality Score
80
/100
MCP server bridging GenieACS TR-069 ACS instances to LLMs for CPE device management
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"genieacs-mcp": {
"command": "npx",
"args": [
"-y",
"genieacs-mcp"
],
"env": {
"ACS_URL": "<acs_url>",
"ACS_USER": "<acs_user>",
"ACS_PASS": "<your-acs_pass>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"genieacs-mcp": {
"command": "npx",
"args": [
"-y",
"genieacs-mcp"
],
"env": {
"ACS_URL": "<acs_url>",
"ACS_USER": "<acs_user>",
"ACS_PASS": "<your-acs_pass>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y genieacs-mcpClaude Desktop (Docker)
{
"mcpServers": {
"genieacs-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"drumsergio/genieacs-mcp:v0.0.11"
],
"env": {
"ACS_URL": "<acs_url>",
"ACS_USER": "<acs_user>",
"ACS_PASS": "<your-acs_pass>"
}
}
}
}§02 Environment variables
ACS_URLrequired
GenieACS NBI API URL (e.g. http://genieacs:7557)
ACS_USERGenieACS NBI basic-auth username
ACS_PASSsecret
GenieACS NBI basic-auth password
ACS_URLrequired
GenieACS NBI API URL (e.g. http://genieacs:7557)
ACS_USERGenieACS NBI basic-auth username
ACS_PASSsecret
GenieACS NBI basic-auth password
§03 MCP Quality Score · methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.