mcpbeat Sign in

MikroMCP MCP Server

by alikarami Your server? Claim it
local only

MikroMCP runs on your own machine — the client starts it, so there is no endpoint to ping. 210 installs a week from npm. Last commit 6 Sep 2026.

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

Installs per day peak 286 · avg 47 · -32% w/w
a month agotoday
210
Installs / week
npm · mikromcp
66
Stars
0 open issues
6 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MikroMCP 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 mikromcp -- npx -y mikromcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mikromcp": {
      "args": [
        "-y",
        "mikromcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mikromcp]
command = "npx"
args = ["-y", "mikromcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mikromcp": {
      "args": [
        "-y",
        "mikromcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mikromcp": {
      "args": [
        "-y",
        "mikromcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MIKROMCP_CONFIG_PATH (Path to the MikroMCP router registry YAML file. Defaults to ~/.mikromcp/routers.yaml.), MIKROMCP_STDIO_IDENTITY (Optional identity name for stdio transport RBAC. Omit to use the built-in superadmin identity.), MIKROMCP_LOG_LEVEL (Optional log level: trace, debug, info, warn, or error. Defaults to info.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MikroMCP

same job, measured the same way
K8scortex MCP
by apatilgtn

Kubernetes MCP server: 75 tools for GKE, AKS, EKS, RBAC, audit logging, GitOps, multi-cluster.

35 installs/wk local only
mcp-audit
by firatmio

Transparent audit proxy for MCP servers: logs every tool call, flags poisoning and rug pulls.

33 installs/wk local only
Obsidian MCP Secure
by dewtech-technologies

Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging.

40 installs/wk local only
Holster MCP
by nautaai

Local-first secret scanning, rotation, vault, and audit-log tools for AI agents.

91 installs/wk local only
entraadm MCP
by shigechika

MCP server for Microsoft Entra ID sign-in and audit-log triage (read-only)

77 installs/wk local only
Dynatrace Managed MCP
by dynatrace-oss

MCP server for Dynatrace Managed to access logs, events, and metrics.

602 installs/wk local only
Greenlake Audit Logs MCP
by hewlettpackard

HPE GreenLake audit-logs MCP Server

121 installs/wk local only
Cronometer
by cphoskins

MCP server for Cronometer — food logs, macros, fasting, biometrics, and recurring foods

333 installs/wk local only

MikroMCP — questions

Answers built from our own checks of this server.

Why is there no uptime for MikroMCP?
MikroMCP 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 mikromcp was installed 210 times last week.
How do I connect MikroMCP?
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 mikromcp straight from npm; nothing to host, nothing to sign up for.
How many people use MikroMCP?
The npm package mikromcp was installed 210 times in the last week. Week over week that is -32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MikroMCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 66 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.