Mikrotik MCP server connects AI agents to MikroTik RouterOS via SSH. It exposes network management tools for configuring interfaces, firewall rules, and routing. It integrates with MikroTik's API for real-time network monitoring and control. Developers use it to automate network tasks, monitor performance, and manage configurations.
Mikrotik MCP server connects AI agents to MikroTik RouterOS via SSH. It exposes network management tools for configuring interfaces, firewall rules, and routing. It integrates with MikroTik's API for real-time network monitoring and control. Developers use it to automate network tasks, monitor performance, and manage configurations.
pip install mikrotik-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"jeff-nasseri-mikrotik-mcp-github": {
"command": "uvx",
"args": [
"pip install mikrotik-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mikrotik mcp?"
API Key Required
This server requires an API key from mikrotik mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MIKROTIK_MCP_API_KEY | Yes | Your mikrotik mcp API key |
"What resources are available in mikrotik mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mikrotik mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mikrotik mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.