mcpbeat Sign in

Asuswrt MCP Server

local only

Asuswrt MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from pypi. Last commit 28 Apr 2026.

Secure AsusWRT router administration via SSH — 42+ tools, guarded mutations

Installs per day peak 22 · avg 10 · +19% w/w
a month agotoday
80
Installs / week
pypi · asuswrt-mcp
2
Stars
0 open issues
28 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Asuswrt MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add asuswrt-mcp -- uvx asuswrt-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "asuswrt-mcp": {
      "args": [
        "asuswrt-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.asuswrt-mcp]
command = "uvx"
args = ["asuswrt-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "asuswrt-mcp": {
      "args": [
        "asuswrt-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "asuswrt-mcp": {
      "args": [
        "asuswrt-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ASUSWRT_HOST (Router IP address (e.g., 192.168.1.1)), ASUSWRT_SSH_USERNAME (SSH username for router authentication), ASUSWRT_SSH_PASSWORD (SSH password for router authentication), ASUSWRT_SSH_KEY_FILE (Path to SSH private key file (alternative to password)), ASUSWRT_ALLOW_MUTATIONS (Enable mutation tools (default: false)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Asuswrt MCP

same job, measured the same way
New Relic MCP Server
by meet-bhalodiya

Secure, self-hosted New Relic observability and administration tools for MCP clients

22 installs/wk local only
YunoHost MCP
by imattau

Nostr-authenticated MCP server for secure YunoHost administration.

19 722 installs/wk local only
Onyx MCP
by bywaleed

Secure MCP access to Onyx search, chat, projects, and administration.

24 installs/wk local only
VPS Guardian
by murzirius

Secure SSH bridge for AI agents to observe and safely administer Linux VPSs.

569 installs/wk local only
Vizier Guard
by vassiliylakhonin

Deterministic authorization and security guard for AI agent actions with signed receipts.

local only
Apiiro Guardian Agent
by apiiro

Apiiro Application Security Posture Management (ASPM) tools for AI coding assistants.

answering
Agent Payment MCP
by apoth3osis-ai

Secure MCP router providing access to AgentPMT's pay-per-use AI tools marketplace.

local only
SSH MCP Tool
by oaslananka

Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.

local only

Asuswrt MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Asuswrt MCP?
Asuswrt MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package asuswrt-mcp was installed 80 times last week.
How do I connect Asuswrt MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls asuswrt-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Asuswrt MCP?
The pypi package asuswrt-mcp was installed 80 times in the last week. Week over week that is +19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Asuswrt MCP open source?
Yes — it is published under the MIT licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.