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

MephisQuiz: Free Scenario-Based Quiz Platform for Engineering Role Assessment
An SRE professional built MephisQuiz, a free quiz platform with 860+ scenario-based questions across 4 engineering role tracks. The platform uses adaptive difficulty, provides topic-by-topic breakdowns, and was developed using Claude AI as a pair programmer.

Warp Terminal Goes Open Source with Agentic Dev Environment
Warp is now open-source, rebranding as an agentic development environment with a built-in coding agent and support for bringing your own CLI agents like Claude Code, Codex, and Gemini CLI.

Real-world comparison: Opus 4.6 vs MiMo-V2-Pro vs GLM-5 on OpenClaw setup
A developer tested three AI models on practical tasks including Turkish idiom translation, Python coding, spatial reasoning, and browser automation. MiMo-V2-Pro outperformed Opus 4.6 on coding tasks and cost 20x less, while Opus maintained advantages in non-English language understanding.

Ephemeral OpenClaw setups with network sandboxing and auto-teardown
A setup that boots OpenClaw inside an ephemeral VM with a network egress allowlist, injects API keys into RAM-backed storage, and includes a 2-hour auto-teardown. All LLM calls are recorded to SQLite for replay.