Openwrt
БесплатноНе проверенAllows you to interact with an OpenWrt router via SSH, enabling command execution, file operations, and system info retrieval.
Описание
Allows you to interact with an OpenWrt router via SSH, enabling command execution, file operations, and system info retrieval.
README
This is a Model Context Protocol (MCP) server that allows you to interact with an OpenWrt router via SSH.
Prerequisites
- Node.js (v18 or higher)
- SSH access to your OpenWrt router (hostname/IP, username, and password or private key)
Setup
Configure: Copy
.env.exampleto.envand fill in your router details.cp .env.example .envEdit
.env:ROUTER_HOST=192.168.1.1 ROUTER_USER=root ROUTER_PASSWORD=your_password # Or use SSH_PRIVATE_KEYBuild:
npm run build
Usage with MCP Client (e.g. Claude Desktop)
Add the following to your MCP client configuration (e.g., claude_desktop_config.json):
{
"mcpServers": {
"openwrt": {
"command": "node",
"args": ["/path/to/openwrt-mcp-server/dist/index.js"]
}
}
}
Make sure to replace /path/to/openwrt-mcp-server with the actual absolute path to this directory.
Available Tools
execute_command: Execute arbitrary shell commands on the router.get_system_info: Get uptime, memory usage, and CPU info.read_file: Read a text file from the router.write_file: Write content to a file on the router.list_interfaces: List network interfaces.change_file_permissions: Change file permissions (chmod).change_file_owner: Change file owner/group (chown).
Security Note
This server allows arbitrary command execution on your router. Ensure it is only used by trusted clients and stored securely.
Установка Openwrt
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/hady2010/openwrt-mcpFAQ
Openwrt MCP бесплатный?
Да, Openwrt MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Openwrt?
Нет, Openwrt работает без API-ключей и переменных окружения.
Openwrt — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Openwrt в Claude Desktop, Claude Code или Cursor?
Открой Openwrt на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Openwrt with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
