MCP Catalogs
Home

mikrotik-mcp

by jeff-nasseri·171·Score 48

MikroTik MCP server enables AI assistants to manage RouterOS devices through natural language commands.

ops-infradeveloper-toolsmonitoring
37
Forks
11
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Network administrators can use AI to configure MikroTik routers through natural language commands
you:Automate routine network management tasks like firewall rule updates and VLAN configurations
you:Integrate RouterOS device management into AI-powered IT support workflows
you:What MikroTik RouterOS versions are supported?
you:What security authentication methods are supported?

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

network-mcprouteros-apinetmcp

Installation

Installation

  1. Install via Spark:

``bash spark install vb-mikrotik ``

  1. Manual installation:

``bash pip install mikrotik-mcp ``

  1. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.