asuswrt mcp for Cursor
io.github.teefloo/asuswrt-mcp
Secure AsusWRT router administration via SSH — 42+ tools, guarded mutations
client:Cursor
transport:stdio
runtime:pypi
Install asuswrt mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs