← Back to browse

MikroMCP

Indexed by io.github.AliKarami

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsMIKROMCP_CONFIG_PATH MIKROMCP_STDIO_IDENTITY MIKROMCP_LOG_LEVEL
Claude Code
claude mcp add --env MIKROMCP_CONFIG_PATH= --env MIKROMCP_STDIO_IDENTITY= --env MIKROMCP_LOG_LEVEL= mikromcp -- npx mikromcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mikromcp","command":"npx","args":["mikromcp"],"env":{"MIKROMCP_CONFIG_PATH":"","MIKROMCP_STDIO_IDENTITY":"","MIKROMCP_LOG_LEVEL":""}}'
JSON
{
  "mcpServers": {
    "mikromcp": {
      "command": "npx",
      "args": [
        "mikromcp"
      ],
      "env": {
        "MIKROMCP_CONFIG_PATH": "",
        "MIKROMCP_STDIO_IDENTITY": "",
        "MIKROMCP_LOG_LEVEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.