mikrotik-mcp

kingb2019/mikrotik-mcp
★ 0 stars Python 🔌 API Integration Updated today
MikroTik RouterOS MCP server - connect Claude to your MikroTik router via the REST API (RouterOS 7.x)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mikrotik-mcp": {
      "command": "uvx",
      "args": [
        "mikrotik-mcp"
      ]
    }
  }
}

Or install with pip: pip install mikrotik-mcp

README Excerpt

# MikroTik MCP Server Connect Claude to your MikroTik RouterOS 7.x router via the REST API. | Category | Capabilities | |---|---| | **Monitoring** | System resources, interface traffic, routing table, ARP, DHCP leases, DNS cache, logs, ping | | **Wireless** | Associated client list | | **Firewall** | View/manage filter rules, NAT, mangle, address lists, connection tracking |