← Back to browse

asuswrt-mcp

Indexed by io.github.teefloo

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsASUSWRT_HOST ASUSWRT_SSH_USERNAME ASUSWRT_SSH_PASSWORD ASUSWRT_SSH_KEY_FILE ASUSWRT_ALLOW_MUTATIONS
Claude Code
claude mcp add --env ASUSWRT_HOST= --env ASUSWRT_SSH_USERNAME= --env ASUSWRT_SSH_PASSWORD= --env ASUSWRT_SSH_KEY_FILE= --env ASUSWRT_ALLOW_MUTATIONS= asuswrt-mcp -- uvx asuswrt-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"asuswrt-mcp","command":"uvx","args":["asuswrt-mcp"],"env":{"ASUSWRT_HOST":"","ASUSWRT_SSH_USERNAME":"","ASUSWRT_SSH_PASSWORD":"","ASUSWRT_SSH_KEY_FILE":"","ASUSWRT_ALLOW_MUTATIONS":""}}'
JSON
{
  "mcpServers": {
    "asuswrt-mcp": {
      "command": "uvx",
      "args": [
        "asuswrt-mcp"
      ],
      "env": {
        "ASUSWRT_HOST": "",
        "ASUSWRT_SSH_USERNAME": "",
        "ASUSWRT_SSH_PASSWORD": "",
        "ASUSWRT_SSH_KEY_FILE": "",
        "ASUSWRT_ALLOW_MUTATIONS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.