blend-ai: New Blender MCP Service for Claude Code

blend-ai is a new Model Context Protocol (MCP) service for Blender that enables Claude Code to generate 3D scenes directly. The tool was shared on the r/ClaudeAI subreddit with a practical demonstration.
Key Details from the Source
According to the Reddit post by /u/FoozyFlossItUp:
- The user found blend-ai "works way better and faster for me than blender-mcp"
- They specifically mentioned: "I just wasn't able to do much with it" regarding the previous blender-mcp tool
- For testing, they took "the 20 top google image results" and told Claude Code to "build a shuttle launch scene with these reference images"
- The result: "This is where it was 5 minutes later"
- The user noted: "Pretty fun to spin the scene around while watching Claude build 3D stuff!"
The source includes a GitHub repository at https://github.com/jabberwock/blend-ai/ and a preview image showing the generated shuttle scene.
What This Means for Developers
MCP services like blend-ai allow AI coding assistants to interact with external tools and applications. In this case, Claude Code can now generate 3D content in Blender through natural language commands. The user's experience suggests this implementation may offer better performance and usability than previous attempts at Blender integration.
The demonstration shows a practical workflow: gathering reference images, providing them to Claude Code with a specific prompt, and getting a 3D scene generated in minutes. This could be useful for prototyping, concept visualization, or learning 3D modeling workflows.
📖 Read the full source: r/ClaudeAI
👀 See Also

Omnara: Run Claude Code and Codex from Anywhere
Omnara is a web and mobile IDE that lets developers run and interact with Claude Code and Codex sessions from anywhere, with features like cloud syncing and a voice agent.

Local Qwen Models Achieve Browser Automation with Stepwise Planning and Compact DOM
A developer found small local LLMs like Qwen 8B and 4B succeed at browser automation using stepwise planning instead of upfront multi-step plans, combined with a compact semantic DOM representation that reduces token usage from 50-100K+ to ~15K for full flows.

Hermes Agent v0.6.0 offers improved local model support with per-model tool call parsers
Hermes Agent v0.6.0 from Nous Research provides per-model tool call parsers that handle tool calling properly on 30B class models, supports Ollama, vLLM, and sglang out of the box, and includes six terminal backends including Modal and Daytona for serverless deployment.

Project Headroom: Netflix Engineer's Open Source Tool Slashes AI Token Costs by 90%
Netflix senior engineer Tejas Chopra created Project Headroom, an open source proxy that compresses AI context input by up to 90%, saving an estimated $700,000 across users since January 2026. It runs locally on port 8787 and wraps any LLM CLI.