blender-mcp-server

djeada/blender-mcp-server
★ 5 stars Python AI/LLM Updated today
Control Blender from AI assistants like Claude Desktop using the Model Context Protocol (MCP). 22 tools across 6 namespaces — create objects, assign materials, render images, export scenes, and more, all through natural language.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "blender-mcp-server": {
      "command": "uvx",
      "args": [
        "blender-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install blender-mcp-server