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 | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsMedia | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this 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
- 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 .- Install Blender add-on:
- Open Blender
- Edit → Preferences → Add-ons → Install...
- Select
addon.pyfrom repository - Enable "Blender MCP"
- Pull Ollama model:
ollama pull llama3.2Claude 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"]
}
}
}