Enables remote management of OpenWrt routers via SSH, providing tools for system monitoring, network configuration, WiFi management, firewall rules, DHCP leases, package management with opkg, and OpenThread Border Router configuration for Thread/Matter networks.
OpenWRT SSH MCP Server ๐ณ
A containerized MCP (Model Context Protocol) server for managing OpenWRT routers via SSH. This server allows AI agents (like Claude) to execute commands and manage OpenWRT routers remotely and securely.
๐ STATUS: โ Fully functional and tested with physical router
โจ Features
๐ณ Docker Ready - Optimized image with multi-stage build (271MB)
๐ Robust Security - Command whitelist, read-only filesystem, audit logging
๐ ๏ธ 19 OpenWRT Tools - Complete router management (network, system, Thread, packages)
๐ Easy Integration - Compatible with Claude Desktop and VS Code
๐ Monitoring - Detailed logs of all operations
๐ MCP Toolkit - Fully compatible with Docker Desktop MCP
๐ฆ Package Management - Install/remove IPK packages with opkg
๐ OpenThread OTBR - Support for Thread Border Router
Architecture
Features
๐ Secure SSH authentication (password or key-based)
๐ ๏ธ OpenWRT-specific tools (ubus, uci)
โ Command validation with whitelist
๐ Audit logging
๐ณ Docker support (optional)
๐ Integration with Claude Desktop and VS Code
Requirements
Python 3.10+
OpenWRT router with SSH enabled
SSH access to router (root user recommended)
Installation
1. Clone or create the project
2. Create virtual environment and install dependencies
3. Configure SSH credentials
4. Generate and copy SSH key (recommended)
๐ง Configuration
Claude Desktop (Docker)
Includes optimized configuration in claude_desktop_config.json:
VS Code with GitHub Copilot
The project includes complete VS Code configuration:
Option 1: Direct Python (Recommended)
Option 2: With Tasks
Option 3: Startup Script
Script Helper
Use docker-mcp.ps1 for all operations:
๐ ๏ธ Available Tools
System & Network (8 tools)
openwrt_test_connection- Test SSH connectionopenwrt_execute_command- Execute raw command (validated)openwrt_get_system_info- System info (uptime, memory, CPU)openwrt_restart_interface- Restart network interfaceopenwrt_get_wifi_status- WiFi status and clientsopenwrt_list_dhcp_leases- List DHCP clientsopenwrt_get_firewall_rules- View firewall rulesopenwrt_read_config- Read UCI config file
OpenThread Border Router (5 tools)
openwrt_thread_get_state- Current Thread stateopenwrt_thread_create_network- Create new Thread networkopenwrt_thread_get_dataset- Get network credentialsopenwrt_thread_get_info- Complete Thread network infoopenwrt_thread_enable_commissioner- Allow new devices
Package Management (6 tools)
openwrt_opkg_update- Update package listsopenwrt_opkg_install- Install IPK packagesopenwrt_opkg_remove- Remove packagesopenwrt_opkg_list_installed- List installed packagesopenwrt_opkg_info- Detailed package infoopenwrt_opkg_list_available- List available packages
๐ฌ Usage Examples
Once configured, you can ask Claude:
System & Network
"Show me the WiFi status on my router"
"List connected devices"
"Restart the wan interface"
"What's the router's memory usage?"
Package Management
"Update the package repositories"
"Install the luci-app-openthread package"
"Show me installed packages"
"Give me information about the ot-br-posix package"
OpenThread
"Create a Thread network called 'MyHome' on channel 15"
"Show me the Thread network status"
"Enable the commissioner to add new devices"
"Give me the Thread network credentials"
Security
โ ๏ธ IMPORTANT: This server has root access to your router. Make sure to:
Use SSH key authentication (not password)
Keep
.envout of version controlReview commands before production execution
Enable audit logging
Limit SSH access from router to your PC
๐ Documentation
๐ Quick Start
QUICKSTART_DOCKER.md - Quick start with Docker
TEST_OPKG.md - Test IPK package management
๐ Detailed Guides
DOCKER_GUIDE.md - Complete Docker guide
๐งช Testing
๐ Implemented Security
โ Read-only filesystem - Immutable container
โ No capabilities - No special permissions
โ SSH keys read-only - Protected keys
โ Command whitelist - Only safe commands
โ Audit logging - Complete logging
โ Volatile tmpfs - /tmp cleaned on restart
โ No privilege escalation - No sudo
๐ฏ Use Cases
Advanced Workflows
๐ Automated backup of UCI configurations
๐ Network monitoring - Connected devices, resource usage
๐ง AI-guided troubleshooting
๐ Automatic documentation of changes
๐จ Network anomaly alerts
๐ฆ Package management - Install/update software
๐ Thread configuration - Create and manage Thread/Matter networks
๐ก๏ธ Security auditing - Review firewall rules
๐ณ Docker Hub (Optional)
๐ ๏ธ Development
๐ค Contributing
Contributions are welcome! Please:
Fork the project
Create a branch for your feature
Commit your changes
Push to the branch
Open a Pull Request
๐ Resources
๐ License
MIT
Made with โค๏ธ for the OpenWRT and MCP community