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

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.

GitHub

A read-only mirror of Anthropic's community plugin marketplace for Claude Cowork and Claude Code, listing vetted third-party plugins in a nightly-synced marketplace.json. Intended for discovering and installing community plugins via the Claude plugin system.

GitHub

Lets AI agents discover and run Apify Actors as MCP tools for web scraping and automation; supports OAuth/Streamable HTTP, dynamic tool discovery, output-schema inference, and agentic payments (AGI, x402, Skyfire) so agents like Claude, ChatGPT, or VS Code can call ready-made scrapers and automations.