Skip to content
Cursor

mikrotik for Cursor

io.github.marcelo-ochoa/mikrotik

MCP server for MikroTik RouterOS API

client:Cursor transport:stdio runtime:npm

Install mikrotik in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mikrotik in other clients