Genieacs MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from npm. Last commit 25 Aug 2026.
MCP server bridging GenieACS TR-069 ACS instances to LLMs for CPE device management
We read the source, 23 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
postinstall: node postinstall.js
execSync(`unzip -o "${tmpZip}" "${BIN_NAME}" -d "${BIN_DIR}"`, { stdio: "ignore" });
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add genieacs-mcp -- npx -y genieacs-mcp
{
"mcpServers": {
"genieacs-mcp": {
"args": [
"-y",
"genieacs-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.genieacs-mcp]
command = "npx"
args = ["-y", "genieacs-mcp"]
{
"mcpServers": {
"genieacs-mcp": {
"args": [
"-y",
"genieacs-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"genieacs-mcp": {
"args": [
"-y",
"genieacs-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
ACS_URL (GenieACS NBI API URL (e.g. http://genieacs:7557)), ACS_USER (GenieACS NBI basic-auth username), ACS_PASS (GenieACS NBI basic-auth password).
The author declared them in the registry entry; get the values from the project itself.
An MCP server that provides tools for managing and monitoring your Fleet Device Management instance.
MCP server for Neo4j Aura Database Instance Manager.
MCP server for URL shortening and management
Ingeniux CTnP MCP server for personalization, A/B testing, and audience management.
MCP server for Yoto: manage cards, tracks, icons and family devices from any MCP client.
MCP server for Linear project management and issue tracking
MCP server for Instagram Graph API, Threads API & Meta platform management
MCP server for Fetch Pet insurance claims management using Playwright automation.
Answers built from our own checks of this server.