Skip to content
Grok

asuswrt mcp for Grok

io.github.teefloo/asuswrt-mcp

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

client:Grok transport:stdio runtime:pypi

Install asuswrt mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "asuswrt-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

asuswrt mcp in other clients