
Blender MCP Server by djeada
djeada’s Blender MCP Server bridges an AI client to Blender for object creation, materials, rendering, scene export and Python execution.

About
djeada’s Blender MCP Server bridges an AI client to Blender for object creation, materials, rendering, scene export and Python execution.
Key Features
- Inspect and modify scenes through structured MCP tools.
- Use a Python MCP server paired with the project’s Blender add-on.
Use Cases
Inspect and modify Blender scenes from a connected assistant.
Limitations
The MCP-to-Blender connection uses local TCP. Use this project’s matching add-on; other Blender MCP projects may use incompatible protocols.
Sources
- Project documentation: https://github.com/djeada/blender-mcp-server
MCP Setup
Prerequisites
- Blender and a Python environment for the server.
Companion app or plugin
Name: Blender MCP Bridge Install URL: https://github.com/djeada/blender-mcp-server
- In the cloned repository, run ./scripts/build_addon_zip.sh.
- Install dist/blender_mcp_bridge.zip in Blender and enable Blender MCP Bridge.
- Start the bridge from its Blender panel.
Client setup
Claude Desktop
Transport: stdio
{
"mcpServers": {
"blender": {
"command": "/absolute/path/to/blender-mcp-server/.venv/bin/blender-mcp-server"
}
}
}
- Clone https://github.com/djeada/blender-mcp-server.git
- Create and activate a venv, then run pip install -e . in the clone.
- Replace the command path with the installed executable.
Setup docs: https://github.com/djeada/blender-mcp-server
Tags
Alternatives
Comparable tools and resources explicitly connected to Blender MCP Server by djeada.
Related Entries
Keep exploring similar tools and resources in this category.
Related Reads
Background, tutorials, and protocol context connected to this entry.








