Skip to content
Windsurf

mikrotik for Windsurf

io.github.marcelo-ochoa/mikrotik

MCP server for MikroTik RouterOS API

client:Windsurf transport:stdio runtime:npm

Install mikrotik in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mikrotik": {
      "command": "npx",
      "args": [
        "-y",
        "@marcelo-ochoa/server-mikrotik"
      ],
      "env": {
        "MK_USER": "<MK_USER>",
        "MK_PASSWORD": "<MK_PASSWORD>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mikrotik in other clients