mikrotik for Windsurf
io.github.marcelo-ochoa/mikrotik
MCP server for MikroTik RouterOS API
client:Windsurf
transport:stdio
runtime:npm
Install mikrotik in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mikrotik": {
"command": "npx",
"args": [
"-y",
"@marcelo-ochoa/server-mikrotik"
],
"env": {
"MK_USER": "<MK_USER>",
"MK_PASSWORD": "<MK_PASSWORD>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs