Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Clr Mikrotik

FreeNot checked

MCP server for MikroTik RouterOS management

GitHubEmbed

About

MCP server for MikroTik RouterOS management

README

MikroTik RouterOS management via REST API and SSH

Install

pip install clr-mikrotik-mcp
# or
uvx clr-mikrotik-mcp

Configuration

Preferred: Configuration file at ~/.config/mikrotik/credentials.json (chmod 600):

{
  "username": "admin",
  "password": "your-password",
  "ssh_key": "/path/to/id_rsa"
}

Note: Either password or ssh_key is required, not both.

Alternative: Environment variables are also supported:

Variable Description Example
MIKROTIK_USERNAME MikroTik username admin
MIKROTIK_PASSWORD MikroTik password your-password
MIKROTIK_SSH_KEY SSH key path /path/to/id_rsa

Optional:

Variable Description Default
MIKROTIK_READ_ONLY Run in read-only mode false
MIKROTIK_TRANSPORT Transport protocol (stdio or http) stdio
MIKROTIK_LOG_LEVEL Log level INFO

See --help for additional options:

clr-mikrotik-mcp --help

Development

git clone https://github.com/clearminds/clr-mikrotik-mcp.git
cd clr-mikrotik-mcp
uv sync
uv run clr-mikrotik-mcp

License

MIT

from github.com/clearminds/clr-mikrotik-mcp

Install Clr Mikrotik in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install clr-mikrotik

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add clr-mikrotik -- uvx clr-mikrotik-mcp

Step-by-step: how to install Clr Mikrotik

FAQ

Is Clr Mikrotik MCP free?

Yes, Clr Mikrotik MCP is free — one-click install via Unyly at no cost.

Does Clr Mikrotik need an API key?

No, Clr Mikrotik runs without API keys or environment variables.

Is Clr Mikrotik hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Clr Mikrotik in Claude Desktop, Claude Code or Cursor?

Open Clr Mikrotik on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Clr Mikrotik with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs