What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

ASUS Merlin MCP Server

kcsoukup009

New Around Here
Good morning... I crafted an MCP server that works with Anthropic's Claude AI chatbots that allows one to use natural language to interact with their local ASUS router. I've thoroughly tested in against an RT-AX58U device with Claude Code (native/npm) and Claude Desktop... it can generate nice reports, update settings, cycle services and makes remote management simple.

It's a local install, can run directly from the script or from Docker/Podman and leverages username/password or RSA keys (recommended) for SSH connectivity. If you are interested, check out https://github.com/kcsoukup/asus-merlin-mcp, run against your device with your favorite AI chatbot. Curious to know how it works outside of my environment, with other chatbots, and what other useful tools can be added to provide additional support (perhaps some of the Add-ons?).

MCP tools available in initial release:
ToolDescription
get_router_infoSystem info (uptime, memory, firmware)
get_connected_devicesList DHCP clients
get_wifi_statusWiFi status for all radios
restart_serviceRestart specific service
reboot_routerReboot router (requires confirmation)
get_nvram_variableRead NVRAM variable
set_nvram_variableWrite NVRAM variable
execute_commandRun custom SSH command
read_fileRead file from router
upload_fileUpload file (tries SFTP, falls back to shell if unavailable)
download_fileDownload file (tries SFTP, falls back to shell if unavailable)
get_vpn_statusCheck VPN status
list_processesShow running processes
Thanks!
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top