MCP server for MikroTik routers: firewall, NAT, routing, DHCP, DNS, WireGuard and more via SSH.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
mcp-server-mikrotik · pypi · 0.14.8.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.jeff-nasseri/mikrotik-mcp",
"description": "MCP server for MikroTik routers: firewall, NAT, routing, DHCP, DNS, WireGuard and more via SSH.",
"repository": {
"url": "https://github.com/jeff-nasseri/mikrotik-mcp",
"source": "github"
},
"version": "0.14.8.0",
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-server-mikrotik",
"version": "0.14.8.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "IP address or hostname of the MikroTik router (single-device mode; default: 127.0.0.1). Not needed when an inventory is configured.",
"format": "string",
"name": "MIKROTIK_HOST"
},
{
"description": "SSH username for the MikroTik router (single-device mode; default: admin)",
"format": "string",
"name": "MIKROTIK_USERNAME"
},
{
"description": "SSH password for the MikroTik router (single-device mode)",
"format": "string",
"isSecret": true,
"name": "MIKROTIK_PASSWORD"
},
{
"description": "SSH port of the MikroTik router (single-device mode; default: 22)",
"format": "string",
"name": "MIKROTIK_PORT"
},
{
"description": "Path to SSH private key file for key-based authentication (single-device mode)",
"format": "string",
"name": "MIKROTIK_KEY_FILENAME"
},
{
"description": "Path to a YAML file listing multiple MikroTik devices (title, host, port, username, password, key_filename, tags, region). See docs/reference/inventory.",
"format": "string",
"name": "MIKROTIK_INVENTORY_FILE"
},
{
"description": "Inline multi-device inventory as a YAML (or JSON) list; takes precedence over MIKROTIK_INVENTORY_FILE and the single-device variables. Holds credentials.",
"format": "string",
"isSecret": true,
"name": "MIKROTIK_INVENTORY"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-22T20:09:32.624119Z",
"publishedAt": "2026-08-22T20:09:32.624119Z",
"updatedAt": "2026-08-22T20:09:32.624119Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.14.8.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.