BlenderMCP

MCP.Pizza Chef: Yuan-ManX

BlenderMCP is a Python-based MCP server that integrates Blender with Claude AI, enabling direct interaction and control of Blender through natural language prompts. This server facilitates prompt-assisted 3D modeling, scene creation, and manipulation by bridging Blender's powerful 3D environment with the Model Context Protocol, allowing AI models to operate within Blender seamlessly.

Use This MCP server To

Enable AI-driven 3D modeling via natural language prompts Automate scene creation and object manipulation in Blender Integrate Claude AI for interactive Blender workflows Use prompt-based commands to modify Blender scenes Streamline 3D asset creation with AI-assisted controls

README

BlenderMCP

Python implementation of BlenderMCP (Blender Model Context Protocol Integration).

BlenderMCP - Blender Model Context Protocol Integration. BlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.

BlenderMCP FAQ

How does BlenderMCP connect Blender to AI models?
BlenderMCP acts as an MCP server that exposes Blender's environment and controls to AI models like Claude via the Model Context Protocol.
What programming language is BlenderMCP implemented in?
BlenderMCP is implemented in Python, making it easy to extend and integrate with Blender's Python API.
Can BlenderMCP work with AI models other than Claude?
While designed for Claude, BlenderMCP can potentially integrate with any MCP-compatible AI model such as OpenAI's GPT-4 or Anthropic's Claude.
What kind of Blender operations can be controlled through BlenderMCP?
Users can perform 3D modeling, scene creation, object manipulation, and other Blender functions via prompt-driven commands.
Is BlenderMCP suitable for real-time interactive workflows?
Yes, BlenderMCP enables real-time interaction between AI models and Blender, allowing dynamic scene updates and modeling.
How do I install BlenderMCP?
Installation involves setting up the Python package and configuring Blender to communicate with the BlenderMCP server as per the GitHub instructions.
Does BlenderMCP require a specific Blender version?
BlenderMCP typically supports recent Blender versions compatible with its Python API; check the GitHub repo for version details.
Can BlenderMCP be used for automated 3D asset generation?
Yes, it can automate asset creation by interpreting AI-generated prompts into Blender operations.