MCP Directory
Back

blender-open-mcp

by dhakalnirajan · Python · ★ 93

Open Models MCP for Blender Using Ollama

#blender#blender-addon#blender3d#mcp#mcp-server#model-context-protocol#python

Install

pip install git+https://github.com/dhakalnirajan/blender-open-mcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "blender-open-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/dhakalnirajan/blender-open-mcp.git"
      ]
    }
  }
}

From the README

**Open Models MCP for Blender3D using Ollama** Control Blender 3D with natural language prompts via local AI models. Built on the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/), connecting Claude, Cursor, or any MCP client to Blender through a local Ollama LLM. | Dependency | Version | Install | |-----------|---------|---------| | Blender | 3.0+ | [blender.org](https://www.blender.org/download/) | | Python | 3.10+ | System or [python.org](https://www.python.org/) | | Ollama | Latest | [ollama.com](https://ollama.com/) | | uv | Latest | | 1. Open Blender 2. Go to **Edit →…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers