Mikrotik
Rank #18,740io.github.marcelo-ochoa/mikrotik
MCP server providing mikrotik capabilities
Mikrotik is a Model Context Protocol (MCP) server published by marcelo-ochoa. It ranks #18,740 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Mikrotik is listed on Official MCP, with 7 tracked versions. It was first listed on Mar 25, 2025 and most recently updated on Mar 11, 2026.
Ranks ahead of 96,720 of 115,460 servers on MCP Toplist.
Use Mikrotik
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mikrotik -e "MK_USER=<your MK_USER>" -e "MK_PASSWORD=<your MK_PASSWORD>" -- npx -y @marcelo-ochoa/server-mikrotikReplace each placeholder with your own value before saving.
[mcp_servers.mikrotik]
command = "npx"
args = ["-y", "@marcelo-ochoa/server-mikrotik"]
[mcp_servers.mikrotik.env]
MK_USER = "<your MK_USER>"
MK_PASSWORD = "<your MK_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mikrotik": {
"command": "npx",
"args": [
"-y",
"@marcelo-ochoa/server-mikrotik"
],
"env": {
"MK_USER": "<your MK_USER>",
"MK_PASSWORD": "<your MK_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mikrotik": {
"command": "npx",
"args": [
"-y",
"@marcelo-ochoa/server-mikrotik"
],
"env": {
"MK_USER": "<your MK_USER>",
"MK_PASSWORD": "<your MK_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mikrotik": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@marcelo-ochoa/server-mikrotik"
],
"env": {
"MK_USER": "<your MK_USER>",
"MK_PASSWORD": "<your MK_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mikrotik": {
"command": "npx",
"args": [
"-y",
"@marcelo-ochoa/server-mikrotik"
],
"env": {
"MK_USER": "<your MK_USER>",
"MK_PASSWORD": "<your MK_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mikrotik": {
"command": "npx",
"args": [
"-y",
"@marcelo-ochoa/server-mikrotik"
],
"env": {
"MK_USER": "<your MK_USER>",
"MK_PASSWORD": "<your MK_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.marcelo-ochoa%2Fmikrotik)<a href="https://mcptoplist.com/server/io.github.marcelo-ochoa%2Fmikrotik"><img src="https://mcptoplist.com/badge/io.github.marcelo-ochoa%2Fmikrotik.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
marcelo-ochoa
Available versions (7)
| Version | Published |
|---|---|
| 1.0.6 | Mar 11, 2026 |
| 1.0.5 | Mar 7, 2026 |
| 1.0.4 | Jan 26, 2026 |
| 1.0.3 | Jan 22, 2026 |
| 1.0.2 | Jan 16, 2026 |
| 1.0.1 | Jan 8, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Mikrotik?
- Mikrotik is maintained by marcelo-ochoa, which publishes 6 MCP servers (44 total versions) tracked on MCP Toplist.
- Is Mikrotik listed on the Official MCP Registry?
- Yes — Mikrotik is listed on the Official MCP Registry.
- How many versions does Mikrotik have?
- MCP Toplist tracks 7 versions of Mikrotik, most recently published on Mar 11, 2026.
- Where can I find the source code for Mikrotik?
- The source code for Mikrotik is hosted at github.com/marcelo-ochoa/servers.