← Index

io.github.marcelo-ochoa/mikrotik

io.github.marcelo-ochoa/mikrotik·v1.0.6·Other
Quality Score
78
/100

MCP server for MikroTik RouterOS API

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mikrotik": {
      "command": "npx",
      "args": [
        "-y",
        "@marcelo-ochoa/server-mikrotik"
      ],
      "env": {
        "MK_USER": "<mk_user>",
        "MK_PASSWORD": "<your-mk_password>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mikrotik": {
      "command": "npx",
      "args": [
        "-y",
        "@marcelo-ochoa/server-mikrotik"
      ],
      "env": {
        "MK_USER": "<mk_user>",
        "MK_PASSWORD": "<your-mk_password>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @marcelo-ochoa/server-mikrotik
§02  Environment variables
MK_USER

MikroTik username

MK_PASSWORD
secret

MikroTik password

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Other