MCP Catalogs
Home

mikrotik-mcp vs time

Side-by-side comparison to help you pick between these two MCP servers.

mikrotik-mcp
by jeff-nasseri
time
by modelcontextprotocol
Stars★ 171★ 85,748
30d uses
Score4877
Official
Categories
Ops & InfraDeveloper ToolsMonitoring
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

mikrotik-mcp · Summary

MikroTik MCP server enables AI assistants to manage RouterOS devices through natural language commands.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

mikrotik-mcp · Use cases

  • Network administrators can use AI to configure MikroTik routers through natural language commands
  • Automate routine network management tasks like firewall rule updates and VLAN configurations
  • Integrate RouterOS device management into AI-powered IT support workflows

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

mikrotik-mcp · Install

Installation

  1. Install via Spark:

``bash spark install vb-mikrotik ``

  1. Manual installation:

``bash pip install mikrotik-mcp ``

  1. For Claude Desktop integration, add to claude_desktop_config.json:

``json { "mcpServers": { "mikrotik": { "command": "mikrotik-mcp", "args": [] } } } ``

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.