pypi mcp-server-mikrotikstdioMITupdated 16d ago
MikroTik MCP provides a bridge between AI assistants and MikroTik RouterOS devices. It allows AI assistants to interact with MikroTik routers through natural language requests, executing commands like managing VLANs, configuring firewall rules, handling DNS settings, and more.
¿Qué puedes hacer con mikrotik mcp?
MikroTik MCP
Overview
MikroTik MCP provides a bridge between AI assistants and MikroTik RouterOS devices. It allows AI assistants to interact with MikroTik routers through natural language requests, executing commands like managing VLANs, configuring firewall rules, handling DNS settings, and more.
Demo Videos
Claude Desktop
https://github.com/user-attachments/assets/24fadcdc-c6a8-48ed-90ac-74baf8f94b59
Inspector
https://github.com/user-attachments/assets/e0301ff2-8144-4503-83d0-48589d95027d
Inventory
[!NOTE] Since MikroTik MCP version
0.14.0, the MikroTik MCP will allow you to manage multiple MikroTik devices within your fleet structure. The following video simply shows how to use the inventory of MikroTik devices to let LLMs talk with your MikroTik devices.
https://github.com/user-attachments/assets/185b2c39-8f55-4f26-a74c-2ac459ad38f5
Documentation
📚 Full Documentation - Complete guides, API reference, and examples
🌐 Prefer to read online? The same documentation is also published at www.mikrotik-mcp.com (docs) — an optional, web-friendly way to explore the project while reviewing the repo.
Quick Links
- Installation Guide - Get started with MikroTik MCP
- Testing Guide - Run integration tests
- Claude Desktop Integration - Configure for Claude Desktop
- MCP Inspector - Interactive testing tool
- Contributing Guide - Help improve MikroTik MCP
- Articles - Learning resources and tutorials
- Diagrams - Architecture and design diagrams (draw.io)
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Instalación
Añade mikrotik mcp a tu cliente. Elige el que uses.
claude mcp add mcp-server-mikrotik -- uvx mcp-server-mikrotikcodex mcp add mcp-server-mikrotik -- uvx mcp-server-mikrotikamp mcp add mcp-server-mikrotik -- uvx mcp-server-mikrotik{
"mcpServers": {
"mcp-server-mikrotik": {
"command": "uvx",
"args": [
"mcp-server-mikrotik"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-server-mikrotik": {
"command": "uvx",
"args": [
"mcp-server-mikrotik"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp-server-mikrotik","command":"uvx","args":["mcp-server-mikrotik"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp-server-mikrotik": {
"command": "uvx",
"args": [
"mcp-server-mikrotik"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-server-mikrotik": {
"command": "uvx",
"args": [
"mcp-server-mikrotik"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-server-mikrotik": {
"command": "uvx",
"args": [
"mcp-server-mikrotik"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-server-mikrotik": {
"type": "local",
"command": "uvx",
"args": [
"mcp-server-mikrotik"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-server-mikrotik": {
"command": {
"path": "uvx",
"args": [
"mcp-server-mikrotik"
]
}
}
}
}Add to your Zed `settings.json`.
uvx mcp-server-mikrotikRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Puntuación
39 / 100
Incompleta
- Documentación16/25
- Mantenimiento25/25
- Confianza13/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 9 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 0.14.10.0Última | 23 ago 2026 |
| 0.14.9.0 | 23 ago 2026 |
| 0.14.8.0 | 22 ago 2026 |
| 0.14.7.0 | 18 ago 2026 |
| 0.14.6.0 | 12 ago 2026 |
| 0.14.5.0 | 9 ago 2026 |
| 0.14.4.0 | 9 ago 2026 |
| 0.14.3.0 | 9 ago 2026 |
| 0.14.2.0 | 9 ago 2026 |
| 0.14.1.0 | 9 ago 2026 |
| 0.14.0.0 | 9 ago 2026 |
| 0.13.1.0 | 5 ago 2026 |
| 0.13.0.0 | 5 ago 2026 |
| 0.12.4.0 | 30 jul 2026 |
| 0.12.3.0 | 30 jul 2026 |
| 0.12.2.0 | 5 jul 2026 |
| 0.12.1.0 | 5 jul 2026 |
| 0.12.0.0 | 21 jun 2026 |
| 0.11.0.0 | 6 jun 2026 |
| 0.10.2.0 | 4 jun 2026 |
| 0.10.1.0 | 4 jun 2026 |
| 0.10.0.0 | 31 may 2026 |
| 0.9.3.0 | 30 may 2026 |
| 0.9.2.0 | 30 may 2026 |
| 0.9.1.0 | 29 may 2026 |
| 0.9.0.0 | 25 may 2026 |
| 0.8.1.0 | 25 may 2026 |
| 0.8.0.0 | 25 may 2026 |
| 0.7.2.0 | 25 may 2026 |
