
BlendMCP
BlendMCP is a community Blender integration that lets AI assistants inspect scenes, create objects, assign materials and execute Blender Python.

About
BlendMCP is a community Blender integration that lets AI assistants inspect scenes, create objects, assign materials and execute Blender Python.
Key Features
- Inspect and edit Blender scenes through MCP tools.
- Capture viewport output and use documented asset integrations.
Use Cases
Inspect and modify Blender scenes from a connected assistant.
Limitations
The maintainer describes it as a telemetry-free fork of ahujasid/blender-mcp. It is a separate package with its own add-on instructions.
Sources
- Project documentation: https://github.com/owenpkent/blendmcp
MCP Setup
Prerequisites
- Blender 3.0+; Python 3.10+; uv.
Companion app or plugin
Name: BlendMCP Blender add-on Install URL: https://github.com/owenpkent/blendmcp
- Run uv tool install blendmcp, then blendmcp install-addon.
- Enable Interface: BlendMCP in Blender preferences.
- Open the BlendMCP sidebar tab and click Connect to Claude.
Keep the add-on and server versions aligned.
Client setup
Claude Desktop
Transport: stdio
{
"mcpServers": {
"blendmcp": {
"command": "uvx",
"args": [
"blendmcp"
]
}
}
}
Cursor
Transport: stdio
{
"mcpServers": {
"blendmcp": {
"command": "cmd",
"args": [
"/c",
"uvx",
"blendmcp"
]
}
}
}
Windows wrapper from the README; macOS uses uvx directly.
Setup docs: https://github.com/owenpkent/blendmcp
Tags
Alternatives
Comparable tools and resources explicitly connected to BlendMCP.
Related Entries
Keep exploring similar tools and resources in this category.
Related Reads
Background, tutorials, and protocol context connected to this entry.








