mikrotik-mcp
by jeff-nasseri·★ 171·Score 48
MikroTik MCP server enables AI assistants to manage RouterOS devices through natural language commands.
Overview
MikroTik MCP provides a bridge between AI assistants and MikroTik RouterOS devices, enabling natural language interactions for network administration tasks. The server allows AI assistants to execute commands for managing VLANs, configuring firewall rules, handling DNS settings, and more. It includes comprehensive documentation, installation guides, and integration examples with Claude Desktop and MCP Inspector.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server if you need AI-driven management of MikroTik network devices and want to automate router administration through natural language commands.
When NOT to choose this
Don't choose this if you're not using MikroTik devices, or need support for other router brands like Cisco or Juniper.
Comparable tools
Installation
Installation
- Install via Spark:
``bash spark install vb-mikrotik ``
- Manual installation:
``bash pip install mikrotik-mcp ``
- For Claude Desktop integration, add to claude_desktop_config.json:
``json { "mcpServers": { "mikrotik": { "command": "mikrotik-mcp", "args": [] } } } ``
FAQ
- What MikroTik RouterOS versions are supported?
- The documentation doesn't specify exact supported versions, but the MCP server works with RouterOS devices that support API access.
- What security authentication methods are supported?
- The server supports MikroTik's standard API authentication methods. Refer to the full documentation for detailed configuration instructions.
Compare mikrotik-mcp with
Last updated · Auto-generated from public README + GitHub signals.