MCP for Blender (blender-mcp)
Connect Blender to Claude or any LLM client for prompt-driven 3D modelling and scene editing.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
3D artists and developers who want to build or modify Blender scenes by prompt.
You can't install the Blender addon; the server controls Blender through it.
About MCP for Blender (blender-mcp)
MCP for Blender is a community integration, not made by Blender, for prompt-assisted 3D modelling, scene creation and manipulation. A Blender addon talks to an MCP server run with uv. The PyPI package was renamed from blender-mcp to mcp-for-blender; existing blender-mcp configurations keep working.
MCP for Blender (blender-mcp) is an open-source project written primarily in Python, with 29k stars on GitHub. It was last updated in September 2026.
Add MCP for Blender (blender-mcp) to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add blender-mcp -- uvx mcp-for-blenderCursor
{
"mcpServers": {
"blender-mcp": {
"command": "uvx",
"args": ["mcp-for-blender"]
}
}
}VS Code
{
"servers": {
"blender-mcp": {
"type": "stdio",
"command": "uvx",
"args": ["mcp-for-blender"]
}
}
}Claude Desktop
{
"mcpServers": {
"blender-mcp": {
"command": "uvx",
"args": ["mcp-for-blender"]
}
}
}Codex
[mcp_servers.blender-mcp]
command = "uvx"
args = ["mcp-for-blender"]MCP for Blender (blender-mcp) vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| MCP for Blender (blender-mcp)this listing | 29k | Python | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
See all 163 MCP for Blender (blender-mcp) alternatives, compared →
Head-to-head
- MCP for Blender (blender-mcp) vs MCP Reference Servers
- MCP for Blender (blender-mcp) vs context7
- MCP for Blender (blender-mcp) vs chrome-devtools-mcp
- MCP for Blender (blender-mcp) vs Playwright MCP
- MCP for Blender (blender-mcp) vs github-mcp-server
- MCP for Blender (blender-mcp) vs serena
- MCP for Blender (blender-mcp) vs fastmcp
