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 Sessions: Lightweight Desktop App for Browsing Claude Code History
Claude Sessions is a new desktop application that lets developers browse their Claude Code session history locally. It reads from ~/.claude/projects, organizes sessions by project, handles large sessions up to 500k+ tokens without lag, and includes search functionality and keyboard navigation.

Claude Code v2.1.141: New Environment Variables, Hooks Enhancement, and Bug Fixes
Anthropic released Claude Code v2.1.141 with new environment variables (CLAUDE_CODE_PLUGIN_PREFER_HTTPS, ANTHROPIC_WORKSPACE_ID), terminalSequence field for hooks, agent listing by cwd, and over 20 bug fixes.

Rudel: Open-source analytics for Claude Code sessions
Rudel is an open-source analytics tool that analyzes Claude Code sessions, providing insights from 1,573 real sessions with 15M+ tokens and 270K+ interactions. It reveals patterns like 4% skills usage, 26% abandonment rates, and error cascade patterns.

Offline Voice-to-Text Tool for macOS Using Local Whisper via MLX
A developer has open-sourced whisper-dictate, a macOS tool that provides fully offline voice-to-text transcription with real-time translation capabilities using Whisper running locally through MLX on Apple Silicon. Transcription takes about 500ms after speaking stops.