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 | — | — |
| Score | 42 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 9 mo ago | this 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
- Create and activate a virtual environment:
python -m venv .venv
source .venv/bin/activate # or .venv\Scripts\activate on Windows- Install dependencies:
pip install -r requirements.txt- Update
config.pywith your robot connection parameters
- 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"]
}
}
}