Anthropic Releases Blender MCP Connector – Claude Now Controls Blender via Python API

Anthropic just released an official Blender MCP (Model Context Protocol) connector, along with connectors for Adobe, Splice, and SketchUp. This means you can now type commands like "create a low poly beach scene with palm trees and sunset lighting" into Claude and watch it build the entire thing in Blender in real time. Anthropic also became an official Blender Development Fund patron.
The MCP connector lets Claude control Blender directly through its Python API. This enables it to modify existing scenes, debug node setups, batch apply changes across objects, and even add custom tools to Blender’s interface. It's not replacing Blender—it's acting as a copilot inside it.
The Blender MCP landing page reportedly states it's for "amateur users who barely know blender" to use natural language to describe models. The implications are significant for entry-level creative freelancers. Tasks like simple product renders, basic scene compositions, low-poly game assets, and architectural visualization blockouts—previously the bread and butter for junior 3D artists—can now be done by someone with Claude Desktop and zero Blender experience.
Beyond Blender, this connects into an end-to-end pipeline: Claude writes scripts and plans content in chat while Blender MCP builds 3D scenes; output can be fed into tools like MagicHour or HeyGen for face swap or lip sync, and Remotion assembles the final edit programmatically. Two years ago that pipeline required a 3D artist, a video editor, a motion graphics person, and someone managing face-swap/lip-sync tools. Today, one person with Claude Desktop and ~$200/month in tool subscriptions can produce comparable work for straightforward projects.
📖 Read the full source: r/ClaudeAI
👀 See Also

Illinois Passes SB 315: Third-Party Audits Required for Frontier AI Labs
Illinois passes SB 315 requiring frontier AI labs like OpenAI, Anthropic, and Google DeepMind to have safety practices audited by independent third parties. If signed, it becomes the strongest US state AI safety law.

Claude Desktop App Silently Downloads 13 GB File on Every Launch Without Opt-Out
The Claude desktop app automatically downloads a ~12.95 GB file called claudevm.bundle on every launch, even for users who don't use Claude Code. Anthropic support confirmed this is intentional and individual users have no way to disable it.

The AI Operator: A New Role for Agentic Workflows
Rish Gupta argues AI operators will be the key role in orgs within a year, combining technical skills (Python, LLM APIs, agent frameworks) with business process understanding to automate repetitive, high-impact tasks.

Formally verified 3D CSG mesh intersection: trust 93 lines of spec, not AI code
First formally verified 3D CSG mesh intersection in Lean 4. Trust 93 lines of spec, not 1000+ lines of AI-written code. Web demo runs in browser.