PluginBench
MCP Server

io.github.teefloo/asuswrt-mcp MCP Server

io.github.teefloo/asuswrt-mcp

What is the io.github.teefloo/asuswrt-mcp MCP server?

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

How to install io.github.teefloo/asuswrt-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • ASUSWRT_HOST
    required

    Router IP address (e.g., 192.168.1.1)

  • ASUSWRT_SSH_USERNAME
    required

    SSH username for router authentication

  • ASUSWRT_SSH_PASSWORD
    required
    secret

    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)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "asuswrt-mcp": {
      "command": "uvx",
      "args": [
        "asuswrt-mcp"
      ],
      "env": {
        "ASUSWRT_HOST": "<YOUR_ASUSWRT_HOST>",
        "ASUSWRT_SSH_USERNAME": "<YOUR_ASUSWRT_SSH_USERNAME>",
        "ASUSWRT_SSH_PASSWORD": "<YOUR_ASUSWRT_SSH_PASSWORD>",
        "ASUSWRT_SSH_KEY_FILE": "<YOUR_ASUSWRT_SSH_KEY_FILE>",
        "ASUSWRT_ALLOW_MUTATIONS": "<YOUR_ASUSWRT_ALLOW_MUTATIONS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "asuswrt-mcp": {
      "command": "uvx",
      "args": [
        "asuswrt-mcp"
      ],
      "env": {
        "ASUSWRT_HOST": "<YOUR_ASUSWRT_HOST>",
        "ASUSWRT_SSH_USERNAME": "<YOUR_ASUSWRT_SSH_USERNAME>",
        "ASUSWRT_SSH_PASSWORD": "<YOUR_ASUSWRT_SSH_PASSWORD>",
        "ASUSWRT_SSH_KEY_FILE": "<YOUR_ASUSWRT_SSH_KEY_FILE>",
        "ASUSWRT_ALLOW_MUTATIONS": "<YOUR_ASUSWRT_ALLOW_MUTATIONS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "asuswrt-mcp": {
      "command": "uvx",
      "args": [
        "asuswrt-mcp"
      ],
      "env": {
        "ASUSWRT_HOST": "<YOUR_ASUSWRT_HOST>",
        "ASUSWRT_SSH_USERNAME": "<YOUR_ASUSWRT_SSH_USERNAME>",
        "ASUSWRT_SSH_PASSWORD": "<YOUR_ASUSWRT_SSH_PASSWORD>",
        "ASUSWRT_SSH_KEY_FILE": "<YOUR_ASUSWRT_SSH_KEY_FILE>",
        "ASUSWRT_ALLOW_MUTATIONS": "<YOUR_ASUSWRT_ALLOW_MUTATIONS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "asuswrt-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "asuswrt-mcp"
      ],
      "env": {
        "ASUSWRT_HOST": "<YOUR_ASUSWRT_HOST>",
        "ASUSWRT_SSH_USERNAME": "<YOUR_ASUSWRT_SSH_USERNAME>",
        "ASUSWRT_SSH_PASSWORD": "<YOUR_ASUSWRT_SSH_PASSWORD>",
        "ASUSWRT_SSH_KEY_FILE": "<YOUR_ASUSWRT_SSH_KEY_FILE>",
        "ASUSWRT_ALLOW_MUTATIONS": "<YOUR_ASUSWRT_ALLOW_MUTATIONS>"
      }
    }
  }
}
Claude Code
claude mcp add asuswrt-mcp --env ASUSWRT_HOST=<YOUR_ASUSWRT_HOST> --env ASUSWRT_SSH_USERNAME=<YOUR_ASUSWRT_SSH_USERNAME> --env ASUSWRT_SSH_PASSWORD=<YOUR_ASUSWRT_SSH_PASSWORD> --env ASUSWRT_SSH_KEY_FILE=<YOUR_ASUSWRT_SSH_KEY_FILE> --env ASUSWRT_ALLOW_MUTATIONS=<YOUR_ASUSWRT_ALLOW_MUTATIONS> -- uvx asuswrt-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →