← Back to Plugins
MCP Server MCP

io.github.teefloo/asuswrt-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx asuswrt-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "asuswrt-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Router IP address (e.g., 192.168.1.1)",
          "isRequired": true,
          "format": "string",
          "name": "ASUSWRT_HOST"
        },
        {
          "description": "SSH username for router authentication",
          "isRequired": true,
          "format": "string",
          "name": "ASUSWRT_SSH_USERNAME"
        },
        {
          "description": "SSH password for router authentication",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ASUSWRT_SSH_PASSWORD"
        },
        {
          "description": "Path to SSH private key file (alternative to password)",
          "format": "string",
          "name": "ASUSWRT_SSH_KEY_FILE"
        },
        {
          "description": "Enable mutation tools (default: false)",
          "format": "boolean",
          "name": "ASUSWRT_ALLOW_MUTATIONS"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...