Odel
servers

servers

Local
@marcelo-ochoa2TypeScriptUpdated 2w ago

MCP server for MikroTik RouterOS API

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@marcelo-ochoa/server-mikrotikv1.0.6

Run

npx -y @marcelo-ochoa/server-mikrotik

MCP client config

{
  "mcpServers": {
    "servers": {
      "command": "npx",
      "args": [
        "-y",
        "@marcelo-ochoa/server-mikrotik"
      ]
    }
  }
}