Mikrotik
Created 6 months ago
MikroTik MCP provides a bridge between AI assistants and MikroTik RouterOS devices.
development
location
documentation
public
What is Mikrotik?
Mikrotik MCP server which cover networking operations (IP, DHCP, Firewall, etc)
Documentation
Installation# Prerequisites
- Python 3.8+
- MikroTik RouterOS device with API access enabled
- Python dependencies (routeros-api or similar)
Manual Installation
git clone https://github.com/jeff-nasseri/mikrotik-mcp/tree/master
cd mcp-mikrotik\n\n# Create virtual environment
python -m venv .venv
source .venv/bin/activate\n\n# On Windows: .venv\Scripts\activate\n\n# Install dependencies
pip install -e .\n\n# Run the server
mcp-server-mikrotik
Server Config
{
"mcpServers": {
"mikrotik-server": {
"command": "npx",
"args": [
"mikrotik"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
May 23, 2025
Updated At:
Aug 07, 2025
Author:
Jeff Nasseri
Category:
community
License:
MIT
Tags:
development
location
documentation