AIAny
Icon for item

BlenderMCP

Runs an MCP server that lets an LLM like Claude drive Blender directly: create and edit objects, apply materials, inspect scenes, and run Python. Pulls assets from Sketchfab, Poly Haven, and Hyper3D so prompts build editable 3D scenes.

Introduction

Text-to-3D demos usually generate a static mesh you can't touch afterward. This takes the opposite path: instead of producing a model, it hands the AI the keys to the editor itself. The model issues real Blender operations through a Model Context Protocol bridge, so every object, material, and modifier stays a live, editable part of your scene rather than a frozen export.

What Sets It Apart
  • Two-way socket, not one-shot generation — the LLM inspects the current scene, acts, then re-inspects, so it can iterate and correct mistakes instead of regenerating from scratch.
  • Arbitrary Python execution — anything the Blender Python API can do, the agent can do, so it isn't boxed into a fixed set of primitives.
  • Asset pipelines built in — Sketchfab, Poly Haven, Hyper3D, and Hunyuan3D let prompts pull or generate real models, so a scene can be furnished, not just blocked out.
  • Editor-native results — output lands as normal Blender data you keep tweaking by hand.

It helped kick off the broader "creative-tool MCP" wave and crossed 11k stars within weeks of release.

Who It's For

Great fit if you already live in Blender and want to offload tedious setup, blocking, or asset wrangling to a prompt while keeping full manual control. Look elsewhere if you want a turnkey text-to-3D generator with no software to learn — this assumes Blender fluency, and the agent's raw Python access means a careless prompt can still mangle your scene.

Information

  • Websitegithub.com
  • OrganizationsSiddharth Ahuja
  • AuthorsSiddharth (ahujasid)
  • Published date2025/03/07

More Items

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).

GitHub

Runs a self-hosted meeting bot and transcription API that joins Google Meet, Teams and Zoom and streams speaker-attributed transcripts in real time. Compiles meetings into a git-backed Markdown workspace and runs sandboxed agents on your infrastructure; Apache-2.0 and air-gap capable.