Loading MCP server directory, please wait...
Secure AsusWRT router administration via SSH — 42+ tools, guarded mutations
npx @getmcp/cli add io.github.teefloo/asuswrt-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
ASUSWRT_HOSTRouter IP address (e.g., 192.168.1.1)
ASUSWRT_SSH_USERNAMESSH username for router authentication
ASUSWRT_SSH_PASSWORDSSH password for router authentication
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.teefloo/asuswrt-mcp": {
"command": "uvx",
"args": [
"asuswrt-mcp"
],
"env": {
"ASUSWRT_HOST": "",
"ASUSWRT_SSH_USERNAME": "",
"ASUSWRT_SSH_PASSWORD": "",
"ASUSWRT_SSH_KEY_FILE": "",
"ASUSWRT_ALLOW_MUTATIONS": ""
}
}
}
}