Registry / llm-agents / blender-mcp

blender-mcp

JSON →
library1.5.6pypypi✓ verified 83d ago

Blender integration through the Model Context Protocol (MCP). Enables AI agents to control Blender via natural language commands. Current version 1.5.6, requires Python >=3.10. Regular updates.

pip install blender-mcp
INSTALL
IMPORT
SIG · BLENDER-MCP
B
blender-mcp
llm-agentspythonv1.5.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BlenderConnection
from blender_mcp import BlenderConnection
from blender_mcp import BlenderMCPClient
get_blender_connection
from blender_mcp import get_blender_connection
server
from blender_mcp import server

Initialize client and send a natural-language command to Blender.

import os from blender_mcp import BlenderMCPClient client = BlenderMCPClient() result = client.execute("create a cube at origin") print(result)
Debug
Known issues
breakingBefore version 1.4.0, the client required manual Blender socket setup. Now handled automatically.
fix
Upgrade to latest version and remove any manual socket configuration.
affects: <1.4.0
gotchaBlender MCP requires Blender to be running with the add-on enabled. The package alone does not launch Blender.
fix
Install the Blender add-on from the repository and enable it before using the client.
affects: all
Upgrade
Version history
1.5.6latest on PyPI · released Mar 18, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
38
Amazon
1
OpenAI (training)
1
Resources
blender-mcp — pip install blender-mcp · libregistry