mcpbeat Sign in

Mikrotik MCP Server

local only

Mikrotik runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 21 Aug 2026.

MCP server for MikroTik RouterOS API

Installs per day peak 12 · avg 5 · +19% w/w
a month agotoday
31
Installs / week
npm · @marcelo-ochoa/server-mikrotik
2
Stars
0 open issues
21 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

A line of code looks encrypted src/everything/tools/get-tiny-image.ts:6
  "iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAKsGlDQ1BJQ0MgUHJvZmlsZQAASImVlwdUU+kSgOfe9JDQEiIgJfQmSCeAlBBaAAXpYCMkAUKJMRBU7MriClZURLCs6KqIgo0idizYFsWC3QVZBNR1sWDDlXeBQ9jdd9575805c+a7c+efmf+e/z9nLgCdKZDJMlF1gCxpjjwyyI8dn5DIJvUABRiY0kBdIMyWcSMiwgCTUft3+dgGyJC9YzuU69/f/1fREImzh…
File ships in the package but is absent from the source [пакет] tools/api.ts:1, [пакет] tools/awr.ts:1, [пакет] tools/cli.ts:1 и ещё 9
этот файл ставится пользователю, но в репозитории его нет
Dumps the whole environment src/everything/tools/get-env.ts:34
          text: JSON.stringify(process.env, null, 2),
Long encoded blob in source src/everything/tools/get-tiny-image.ts:6
  "iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAKsGlDQ1BJQ0MgUHJvZmlsZQAASImVlwdUU+kSgOfe9JDQEiIgJfQmSCeAlBBaAAXpYCMkAUKJMRBU7MriClZURLCs6KqIgo0idizYFsWC3QVZBNR1sWDDlXeBQ9jdd9575805c+a7c+efmf+e/z9nLgCdKZDJMlF1gCxpjjwyyI8dn5DIJvUABRiY0kBdIMyWcSMiwgCTUft3+dgGyJC9YzuU69/f/1fREImzh…
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Asks for container control access .devcontainer/docker-compose-local.yml:18
      - /var/run/docker.sock:/var/run/docker.sock

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mikrotik -- npx -y @marcelo-ochoa/server-mikrotik
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mikrotik": {
      "args": [
        "-y",
        "@marcelo-ochoa/server-mikrotik"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mikrotik]
command = "npx"
args = ["-y", "@marcelo-ochoa/server-mikrotik"]
.cursor/mcp.json
{
  "mcpServers": {
    "mikrotik": {
      "args": [
        "-y",
        "@marcelo-ochoa/server-mikrotik"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mikrotik": {
      "args": [
        "-y",
        "@marcelo-ochoa/server-mikrotik"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MK_USER (MikroTik username), MK_PASSWORD (MikroTik password). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mikrotik

same job, measured the same way
Swapi MCP
by abhishekjkrsna

MCP server for SWAPI API

46 installs/wk local only
Razorpay
by indiamcp

MCP server for Razorpay API.

21 installs/wk local only
Hostinger API MCP
by hostinger

MCP server for Hostinger API

155 172 installs/wk answering
Qnap
by marcelo-ochoa

MCP server for QNAP NAS API

32 installs/wk local only
MikroMCP
by alikarami

MCP server for MikroTik RouterOS: typed tools, dry-run, RBAC, audit logs, and rollback.

210 installs/wk local only
Xero
by asklokesh

MCP server for Xero API integration

44 installs/wk local only
I
Yandex Tracker MCP
by aikts

MCP server for Yandex Tracker API.

3 215 installs/wk local only
Yandex Tracker MCP
by aponkratov

MCP server for Yandex Tracker API.

local only

Mikrotik — questions

Answers built from our own checks of this server.

Why is there no uptime for Mikrotik?
Mikrotik runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @marcelo-ochoa/server-mikrotik was installed 31 times last week.
How do I connect Mikrotik?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @marcelo-ochoa/server-mikrotik straight from npm; nothing to host, nothing to sign up for.
How many people use Mikrotik?
The npm package @marcelo-ochoa/server-mikrotik was installed 31 times in the last week. Week over week that is +19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mikrotik open source?
We cannot say either way: written in TypeScript and 2 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.