Skip to content
Cline

MikroMCP for Cline

io.github.alikarami/mikromcp

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

client:Cline transport:stdio runtime:npm

Install MikroMCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mikromcp": {
      "command": "npx",
      "args": [
        "-y",
        "mikromcp"
      ],
      "env": {
        "MIKROMCP_CONFIG_PATH": "<MIKROMCP_CONFIG_PATH>",
        "MIKROMCP_STDIO_IDENTITY": "<MIKROMCP_STDIO_IDENTITY>",
        "MIKROMCP_LOG_LEVEL": "<MIKROMCP_LOG_LEVEL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

MikroMCP in other clients