time vs blender-ai-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | blender-ai-mcp by PatrykIti | |
|---|---|---|
| Stars | ★ 85,748 | ★ 24 |
| 30d uses | — | — |
| Score | 77 | 43 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsMedia |
| 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.
blender-ai-mcp · Summary
Production MCP server for Blender with goal-first routing, curated tools, and vision-assisted 3D modeling 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
blender-ai-mcp · Use cases
- AI-guided 3D modeling with goal-first workflows
- Automated scene inspection and measurement
- Vision-assisted 3D asset creation and refinement
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"]
}
}
}blender-ai-mcp · Install
Installation
- Install the Python package:
pip install blender-ai-mcp- Configure Claude Desktop:
Add to claude_desktop_config.json:
{
"mcpServers": {
"blender-ai-mcp": {
"command": "python",
"args": ["-m", "blender_ai_mcp.server"]
}
}
}- Start Blender with the addon enabled.