What is BlenderMCP?
mainBlenderMCP is a Model Context Protocol (MCP) integration that connects Blender to Claude AI. It allows Claude to directly interact with and control Blender for prompt-assisted 3D modeling, scene creation, and manipulation.
It consists of two main components:
- Blender Addon (
addon.py): A Blender addon that creates a socket server within Blender to receive and execute commands. - MCP Server (
src/blender_mcp/server.py): A Python server that implements the Model Context Protocol and connects to the Blender addon.