mikrotik-mcp
MikroTik MCP serves as a bridge between AI assistants and MikroTik RouterOS devices, enabling natural language interactions.
MikroTik MCP allows users to manage their MikroTik routers using AI assistants through simple natural language requests. This includes tasks such as managing VLANs, configuring firewall rules, and handling DNS settings, making router management more accessible and intuitive for users of all technical levels. The server integrates seamlessly with various AI platforms, providing a versatile tool for network management.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mikrotik-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mikrotik-mcp"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions