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.
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.
インストール
mikrotik mcp をクライアントに追加します。お使いのものを選んでください。
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.
スコア
39 / 100
情報不足
- ドキュメント16/25
- メンテナンス25/25
- 信頼性13/20
- 機能0/15
- 導入のしやすさ12/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
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 0.14.10.0最新 | 2026年8月23日 |
| 0.14.9.0 | 2026年8月23日 |
| 0.14.8.0 | 2026年8月22日 |
| 0.14.7.0 | 2026年8月18日 |
| 0.14.6.0 | 2026年8月12日 |
| 0.14.5.0 | 2026年8月9日 |
| 0.14.4.0 | 2026年8月9日 |
| 0.14.3.0 | 2026年8月9日 |
| 0.14.2.0 | 2026年8月9日 |
| 0.14.1.0 | 2026年8月9日 |
| 0.14.0.0 | 2026年8月9日 |
| 0.13.1.0 | 2026年8月5日 |
| 0.13.0.0 | 2026年8月5日 |
| 0.12.4.0 | 2026年7月30日 |
| 0.12.3.0 | 2026年7月30日 |
| 0.12.2.0 | 2026年7月5日 |
| 0.12.1.0 | 2026年7月5日 |
| 0.12.0.0 | 2026年6月21日 |
| 0.11.0.0 | 2026年6月6日 |
| 0.10.2.0 | 2026年6月4日 |
| 0.10.1.0 | 2026年6月4日 |
| 0.10.0.0 | 2026年5月31日 |
| 0.9.3.0 | 2026年5月30日 |
| 0.9.2.0 | 2026年5月30日 |
| 0.9.1.0 | 2026年5月29日 |
| 0.9.0.0 | 2026年5月25日 |
| 0.8.1.0 | 2026年5月25日 |
| 0.8.0.0 | 2026年5月25日 |
| 0.7.2.0 | 2026年5月25日 |
