time vs robotmcp_client
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | robotmcp_client by robotmcp | |
|---|---|---|
| Stars | ★ 85,748 | ★ 12 |
| 30d uses | — | — |
| Score | 77 | 42 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsOps & Infra |
| Language | TypeScript | Python |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
robotmcp_client · Summary
MCP client for ROS robot integration with Gemini, Ollama and other LLMs.
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
robotmcp_client · Use cases
- Robot control via natural language commands
- Real-time sensor data processing with LLM
- Offline-capable robotics AI controllers
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"]
}
}
}robotmcp_client · Install
Installation
- Clone the repository
git clone https://github.com/robotmcp/ros-mcp-client.git
cd ros-mcp-client- Install dependencies
uv sync # or pip install -e .- Set up the Gemini Live client (example):
cd clients/gemini_live
./setup_gemini_client.sh
uv run gemini_client.py- Start rosbridge on the target robot
ros2 launch rosbridge_server rosbridge_websocket_launch.xml