MCP Catalogs
Home

robot_MCP vs time

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

robot_MCP
by IliaLarchenko
time
by modelcontextprotocol
Stars★ 78★ 85,748
30d uses
Score4277
Official
Categories
AI / LLM ToolsDeveloper ToolsOther
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit9 mo agothis month

robot_MCP · Summary

MCP server for controlling SO-ARM100 robots through LLM agents with manual keyboard control option.

time · Summary

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

robot_MCP · Use cases

  • Enabling AI agents to control robots through natural language commands
  • Providing manual robot control via keyboard interface
  • Creating multimodal AI applications with robot vision capabilities

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

robot_MCP · Install

Installation

  1. Create and activate a virtual environment:
python -m venv .venv
source .venv/bin/activate  # or .venv\Scripts\activate on Windows
  1. Install dependencies:
pip install -r requirements.txt
  1. Update config.py with your robot connection parameters
  1. For Claude Desktop, add to your configuration:
{
  "mcpServers": {
    "SO-ARM100 robot controller": {
      "command": "/path/to/.venv/bin/python",
      "args": ["/path/to/mcp_robot_server.py"]
    }
  }
}

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.