mcpbeat Sign in

MikroTik RouterOS MCP Server

by stefanknol Your server? Claim it
local only

MikroTik RouterOS runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 15 Sep 2026.

MikroTik RouterOS over the binary API, addressing rules by real .id not list position.

Installs / week
pypi · mikrotik-mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check MikroTik RouterOS every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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-mcp -- uvx mikrotik-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mikrotik-mcp": {
      "args": [
        "mikrotik-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mikrotik-mcp]
command = "uvx"
args = ["mikrotik-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mikrotik-mcp": {
      "args": [
        "mikrotik-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mikrotik-mcp": {
      "args": [
        "mikrotik-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MIKROTIK_HOST (IP address or hostname of the router, e.g. 192.168.88.1), MIKROTIK_USERNAME (RouterOS user. Use a dedicated account rather than admin; its group must carry the `api` policy, and a group without it is rejected with the same error as a wrong password.), MIKROTIK_PASSWORD (Password for that user.), MIKROTIK_PORT (API port: 8729 for api-ssl (default), 8728 for plaintext.), MIKROTIK_TLS (Use the TLS API. Defaults to true; turning it off sends the router password over the network in the clear.), MIKROTIK_TLS_FINGERPRINT (SHA-256 of the router certificate. MikroTik's API-SSL certificate is self-signed, so pinning this is what makes the connection authenticated rather than merely encrypted.), MIKROTIK_TIMEOUT (Connection timeout in seconds. Defaults to 10.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MikroTik RouterOS

same job, measured the same way
Mikrotik
by marcelo-ochoa

MCP server for MikroTik RouterOS API

31 installs/wk local only
Tweetkit X
by nsozturk

Post, delete & read on X (Twitter) using your own logged-in web session — no paid API.

192 installs/wk local only
Flight Radar
by mcp-dir

Live flight radar: real-time position of any aircraft transmitting ADS-B right now. Search by regist

12 tools answering
MailboxValidator
by mailboxvalidator

Email validation MCP server using the MailboxValidator API. It can validate email addresses.

31 installs/wk local only
Structured Address Fix MCP
by sebastienrousseau

MCP server for ISO 20022 postal-address remediation ahead of the Nov 2026 CBPR+ cliff.

174 installs/wk local only
Chess Esca
by anglerfishchess

Read chess positions by the rules: legality with its evidence, draws, facts, openings, PGN

local only
C
Thruact
by thruact

Name the job, not the vendor. Routes a provider, fails over, catalog off the tool list.

7 tools answering
AIStorageDepot
by aistoragedepot-admin

Prompt, rules, skills & docs library over MCP. No token = read-only sample of the public library.

59 installs/wk local only

MikroTik RouterOS — questions

Answers built from our own checks of this server.

Why is there no uptime for MikroTik RouterOS?
MikroTik RouterOS 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 pypi package mikrotik-mcp.
How do I connect MikroTik RouterOS?
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 mikrotik-mcp straight from pypi; nothing to host, nothing to sign up for.
Is MikroTik RouterOS open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.