MCP Catalogs
Home

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
Score7743
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsDeveloper ToolsMedia
LanguageTypeScriptPython
Last committhis monththis 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

  1. Install the Python package:
pip install blender-ai-mcp
  1. Configure Claude Desktop:

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "blender-ai-mcp": {
      "command": "python",
      "args": ["-m", "blender_ai_mcp.server"]
    }
  }
}
  1. Start Blender with the addon enabled.
Comparison generated from public README + GitHub signals. Last updated automatically.