Skip to content
Agent Search Engine.

Record · blender-mcpMCP serverOpen sourceVerified Sep 23, 2026

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.

Best for

3D artists and developers who want to build or modify Blender scenes by prompt.

Avoid if

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 CodeRun in your terminal
claude mcp add blender-mcp -- uvx mcp-for-blender
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "blender-mcp": {
      "command": "uvx",
      "args": ["mcp-for-blender"]
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "blender-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": ["mcp-for-blender"]
    }
  }
}
Claude Desktopclaude_desktop_config.json
{
  "mcpServers": {
    "blender-mcp": {
      "command": "uvx",
      "args": ["mcp-for-blender"]
    }
  }
}
Codex~/.codex/config.toml
[mcp_servers.blender-mcp]
command = "uvx"
args = ["mcp-for-blender"]

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

MCP for Blender (blender-mcp) vs. the alternatives

All 163 alternatives →
RecordStarsPricing
MCP for Blender (blender-mcp)MCP serverthis listing29kOpen source
MCP Reference ServersMCP server91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source

See all 163 MCP for Blender (blender-mcp) alternatives, compared →

Head-to-head