Blender MCP Setup Guides — Every Platform, Step by Step
Blender MCP connects AI to Blender 3D through the Model Context Protocol. Choose your AI client below and follow the step-by-step guide to get started. Every guide covers prerequisites, installation, configuration, troubleshooting, and example prompts.
All guides require:
- Blender 3.0 or newer
- The uv package manager
- ~5–10 minutes of setup time
Choose Your AI Client
Listed from hardest to easiest, with the ready-to-use option last.
| Guide | AI Client | Difficulty | Cost |
|---|---|---|---|
| Ollama Setup | Local AI (Ollama) | Advanced | No hosted API bill — you supply and run a capable GPU |
| VSCode Setup | VSCode + Cline / Roo Code | Medium | Free |
| ChatGPT Setup | ChatGPT Desktop | Medium | ChatGPT Plus recommended |
| Gemini Setup | Google Gemini CLI | Medium | Free tier available |
| Claude Setup | Claude Desktop / Claude Code | Easy | Free tier available |
| Cursor Setup | Cursor IDE | Easy | Free tier available |
| 3D-Agent | Included — no MCP client needed | Easiest — ready to use instantly | Paid plans, AI included |
The setup guides connect an AI client you bring yourself; 3D-Agent is a paid app that includes the AI, so there is nothing to connect.
Most Popular
Claude is the recommended starting point — Blender MCP was designed for Claude, and it has the most mature integration. If you’re using Cursor for coding, the Cursor guide is your best bet.
Advanced: Self-Hosted Local Models
Want to run the model yourself instead of calling a hosted one? The Ollama guide covers it. You host the model and its local API on a capable GPU, and you configure and operate both that stack and MCP — substantially more setup than a hosted client, with results that are generally weaker than leading cloud models for complex Blender work.
How It Works
Every setup follows the same three-step pattern:
- Install the MCP server — The
blender-mcppackage (runs viauvx) - Install the Blender addon —
addon.pycreates a socket server inside Blender - Connect — Your AI client talks to the MCP server, which talks to Blender
For a technical deep dive into the architecture, see our MCP Server guide.