Production-grade MCP server for MikroTik RouterOS that enables AI agents and MCP-compatible clients like Claude, Cursor, and Codex to securely inspect, troubleshoot, audit, and automate RouterOS environments using natural language.
概要
MikroMCP
MikroMCP is a production-grade MCP (Model Context Protocol) server for MikroTik RouterOS.
It enables MCP-compatible AI clients such as Claude Desktop, Cursor, and Codex to securely inspect and interact with RouterOS environments using natural language.
Features
- RouterOS operational inspection
- Firewall and security auditing
- Interface and routing analysis
- DHCP, WireGuard, and BGP workflows
- AI-assisted troubleshooting
- Natural-language operational workflows
- Docker support
- npm distribution
- Claude/Cursor/Codex compatibility
- Production-oriented architecture
Example Use Cases
- Audit firewall configurations
- Explain complex RouterOS configs
- Inspect routing and interfaces
- Troubleshoot operational issues
- Automate repetitive network tasks
- Build AI-assisted infrastructure workflows
Installation
npm
npx -y mikromcp
サーバー設定
{
"mcpServers": {
"mikromcp": {
"command": "npx",
"args": [
"-y",
"mikromcp"
]
}
}
}