MikroMCP
Rank #1,708io.github.AliKarami/mikromcp
MCP server for MikroTik RouterOS: typed tools, dry-run, RBAC, audit logs, and rollback.
MikroMCP is a Model Context Protocol (MCP) server published by alikarami. It ranks #1,708 of 115,591 servers tracked on MCP Toplist, and its repository has 61 GitHub stars. MikroMCP is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 4 tracked versions. It was first listed on Apr 21, 2026 and most recently updated on Aug 23, 2026.
Ranks ahead of 113,883 of 115,591 servers on MCP Toplist.
Use MikroMCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mikromcp -e "MIKROMCP_CONFIG_PATH=<your MIKROMCP_CONFIG_PATH>" -e "MIKROMCP_STDIO_IDENTITY=<your MIKROMCP_STDIO_IDENTITY>" -e "MIKROMCP_LOG_LEVEL=<your MIKROMCP_LOG_LEVEL>" -- npx -y mikromcpReplace each placeholder with your own value before saving.
[mcp_servers.mikromcp]
command = "npx"
args = ["-y", "mikromcp"]
[mcp_servers.mikromcp.env]
MIKROMCP_CONFIG_PATH = "<your MIKROMCP_CONFIG_PATH>"
MIKROMCP_STDIO_IDENTITY = "<your MIKROMCP_STDIO_IDENTITY>"
MIKROMCP_LOG_LEVEL = "<your MIKROMCP_LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mikromcp": {
"command": "npx",
"args": [
"-y",
"mikromcp"
],
"env": {
"MIKROMCP_CONFIG_PATH": "<your MIKROMCP_CONFIG_PATH>",
"MIKROMCP_STDIO_IDENTITY": "<your MIKROMCP_STDIO_IDENTITY>",
"MIKROMCP_LOG_LEVEL": "<your MIKROMCP_LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mikromcp": {
"command": "npx",
"args": [
"-y",
"mikromcp"
],
"env": {
"MIKROMCP_CONFIG_PATH": "<your MIKROMCP_CONFIG_PATH>",
"MIKROMCP_STDIO_IDENTITY": "<your MIKROMCP_STDIO_IDENTITY>",
"MIKROMCP_LOG_LEVEL": "<your MIKROMCP_LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mikromcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mikromcp"
],
"env": {
"MIKROMCP_CONFIG_PATH": "<your MIKROMCP_CONFIG_PATH>",
"MIKROMCP_STDIO_IDENTITY": "<your MIKROMCP_STDIO_IDENTITY>",
"MIKROMCP_LOG_LEVEL": "<your MIKROMCP_LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mikromcp": {
"command": "npx",
"args": [
"-y",
"mikromcp"
],
"env": {
"MIKROMCP_CONFIG_PATH": "<your MIKROMCP_CONFIG_PATH>",
"MIKROMCP_STDIO_IDENTITY": "<your MIKROMCP_STDIO_IDENTITY>",
"MIKROMCP_LOG_LEVEL": "<your MIKROMCP_LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mikromcp": {
"command": "npx",
"args": [
"-y",
"mikromcp"
],
"env": {
"MIKROMCP_CONFIG_PATH": "<your MIKROMCP_CONFIG_PATH>",
"MIKROMCP_STDIO_IDENTITY": "<your MIKROMCP_STDIO_IDENTITY>",
"MIKROMCP_LOG_LEVEL": "<your MIKROMCP_LOG_LEVEL>"
}
}
}
}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.AliKarami%2Fmikromcp)<a href="https://mcptoplist.com/server/io.github.AliKarami%2Fmikromcp"><img src="https://mcptoplist.com/badge/io.github.AliKarami%2Fmikromcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
alikarami
Available versions (4)
| Version | Published |
|---|---|
| 1.10.0 | Aug 23, 2026 |
| 1.9.0 | Aug 16, 2026 |
| 1.6.1 | Jul 11, 2026 |
| 1.0.10 | May 20, 2026 |
Frequently asked questions
- Who maintains MikroMCP?
- MikroMCP is maintained by alikarami, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is MikroMCP listed on the Official MCP Registry?
- Yes — MikroMCP is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does MikroMCP have?
- MCP Toplist tracks 4 versions of MikroMCP, most recently published on Aug 23, 2026.
- Where can I find the source code for MikroMCP?
- The source code for MikroMCP is hosted at github.com/alikarami/mikromcp.