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.
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.
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.
claude mcp add mikrotik-mcp -- uvx mikrotik-mcp
{
"mcpServers": {
"mikrotik-mcp": {
"args": [
"mikrotik-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.mikrotik-mcp]
command = "uvx"
args = ["mikrotik-mcp"]
{
"mcpServers": {
"mikrotik-mcp": {
"args": [
"mikrotik-mcp"
],
"command": "uvx"
}
}
}
{
"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.
MCP server for MikroTik RouterOS API
Post, delete & read on X (Twitter) using your own logged-in web session — no paid API.
Live flight radar: real-time position of any aircraft transmitting ADS-B right now. Search by regist
Email validation MCP server using the MailboxValidator API. It can validate email addresses.
MCP server for ISO 20022 postal-address remediation ahead of the Nov 2026 CBPR+ cliff.
Read chess positions by the rules: legality with its evidence, draws, facts, openings, PGN
Name the job, not the vendor. Routes a provider, fails over, catalog off the tool list.
Prompt, rules, skills & docs library over MCP. No token = read-only sample of the public library.
Answers built from our own checks of this server.