Skip to content
Cline

asuswrt mcp for Cline

io.github.teefloo/asuswrt-mcp

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

client:Cline transport:stdio runtime:pypi

Install asuswrt mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "asuswrt-mcp": {
      "command": "uvx",
      "args": [
        "asuswrt-mcp"
      ],
      "env": {
        "ASUSWRT_HOST": "<ASUSWRT_HOST>",
        "ASUSWRT_SSH_USERNAME": "<ASUSWRT_SSH_USERNAME>",
        "ASUSWRT_SSH_PASSWORD": "<ASUSWRT_SSH_PASSWORD>",
        "ASUSWRT_SSH_KEY_FILE": "<ASUSWRT_SSH_KEY_FILE>",
        "ASUSWRT_ALLOW_MUTATIONS": "<ASUSWRT_ALLOW_MUTATIONS>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

asuswrt mcp in other clients