MCP Catalogs
Home

blender-open-mcp vs time

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

blender-open-mcp
by dhakalnirajan
time
by modelcontextprotocol
Stars★ 97★ 85,748
30d uses
Score4777
Official
Categories
AI / LLM ToolsDeveloper ToolsMedia
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit1 mo agothis month

blender-open-mcp · Summary

An MCP server that connects Blender 3D with local AI models via Ollama for natural language control.

time · Summary

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

blender-open-mcp · Use cases

  • 3D artists controlling Blender with natural language commands
  • AI-assisted modeling and texturing workflows
  • Automating Blender tasks through MCP clients

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-open-mcp · Install

Installation

Prerequisites

  • Blender 3.0+
  • Python 3.10+
  • Ollama
  • uv

Steps

  1. Clone and install:
git clone https://github.com/dhakalnirajan/blender-open-mcp.git
cd blender-open-mcp
uv venv
source .venv/bin/activate  # Linux / macOS
# .venv\Scripts\activate    # Windows
uv pip install -e .
  1. Install Blender add-on:
  • Open Blender
  • Edit → Preferences → Add-ons → Install...
  • Select addon.py from repository
  • Enable "Blender MCP"
  1. Pull Ollama model:
ollama pull llama3.2

Claude Desktop / Cursor Integration

Add to mcp.json:

{
  "mcpServers": {
    "blender-open-mcp": {
      "command": "blender-mcp",
      "args": ["--transport", "stdio"]
    }
  }
}

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.