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

Claude Code Plugin Launches DOOM in Terminal While AI Thinks
A developer created a Claude Code plugin that displays DOOM as a tmux popup overlay during AI processing. The plugin uses doom-ascii, a terminal-based DOOM source port, and automatically launches/dismisses with prompts.

Comparison of RunLobster vs Hosted OpenClaw Solutions
A developer tested RunLobster against KiwiClaw, xCloud, and self-hosted OpenClaw for 2 weeks each. RunLobster differs fundamentally as a product rather than just hosting, with 3,000 one-click integrations and memory that builds over time.

Portable engineering system for Claude Code with hooks, specialized agents, and self-improvement
A developer built a portable engineering system that lives in ~/.claude/ and applies to every project automatically, featuring a 650-line constitution, deterministic hooks that block dangerous commands, three specialized agents, and a self-improving compound engineering approach.

Destiny: Claude Code Plugin for Deterministic Fortune Telling Using Classical East Asian Astrology
Destiny is a Claude Code plugin that computes your eight-character birth chart, today's day pillar, and I-Ching hexagram deterministically (Python), then uses Claude to generate prose readings — no LLM-hallucinated horoscopes.