A MCP server for Blender
Project description
BlenderStudioMCP MCP Server
A Model Context Protocol (MCP) server for Blender Studio integration.
Components
Blender Addon
The BlenderStudioMCP system consists of two parts:
- A Blender addon (
blender_studio_addon.py) that runs inside Blender - An MCP server that communicates with Claude and the Blender addon
Resources
The server is ready to be extended with custom resources.
Prompts
The server is ready to be extended with custom prompts.
Tools
The server provides the following tools:
check_blender_version: Get information about the current Blender installation
Installation
1. Install the Blender Addon
- Open Blender
- Go to Edit > Preferences > Add-ons
- Click "Install..."
- Navigate to and select
blender_studio_addon.py - Enable the addon by checking the box next to "Interface: BlenderStudioMCP"
- The addon will appear in the 3D Viewport's sidebar (press N to show)
- In the BlenderStudioMCP panel, click "Start Server"
2. Configure Claude Desktop
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
Development/Unpublished Servers Configuration
``` "mcpServers": { "BlenderStudioMCP": { "command": "uv", "args": [ "--directory", "E:\CursorAI\BlenderStudioMCP", "run", "blenderstudiomcp" ] } } ```Published Servers Configuration
``` "mcpServers": { "BlenderStudioMCP": { "command": "uvx", "args": [ "blenderstudiomcp" ] } } ```Usage
- Start Blender
- Enable the BlenderStudioMCP addon in the 3D Viewport sidebar (N key)
- Click "Start Server" in the BlenderStudioMCP panel
- Start Claude Desktop
- The
check_blender_versiontool will be available to use in Claude
Development
Building and Publishing
To prepare the package for distribution:
- Sync dependencies and update lockfile:
uv sync
- Build package distributions:
uv build
This will create source and wheel distributions in the dist/ directory.
- Publish to PyPI:
uv publish
Note: You'll need to set PyPI credentials via environment variables or command flags:
- Token:
--tokenorUV_PUBLISH_TOKEN - Or username/password:
--username/UV_PUBLISH_USERNAMEand--password/UV_PUBLISH_PASSWORD
Debugging
Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.
You can launch the MCP Inspector via npm with this command:
npx @modelcontextprotocol/inspector uv --directory E:\CursorAI\BlenderStudioMCP run blenderstudiomcp
Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
Testing the Blender Connection
- Start Blender and enable the addon
- Click "Start Server" in the BlenderStudioMCP panel
- Use the MCP Inspector to test the
check_blender_versiontool - The response should include Blender version, build date, and Python version
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file blenderstudiomcp-0.1.0.tar.gz.
File metadata
- Download URL: blenderstudiomcp-0.1.0.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3b84aa30a63845f4a59e75f2a2ba84a8e0811ae7c2154b1fe9b04322e4cf196
|
|
| MD5 |
1a3d4e992bc7b1cb5503e16f5900bd48
|
|
| BLAKE2b-256 |
ddb96e5c55d3e48a02646c18fe394268230d8b88ab0c6623d97585d6fe67dab1
|
File details
Details for the file blenderstudiomcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: blenderstudiomcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b2883afb296126e7113c1ab098bc8242a83fb4c7f161dbc0b1e45a99e03f11c
|
|
| MD5 |
63566be225bb311d7d466b4132e681ba
|
|
| BLAKE2b-256 |
f727425b8448cdc47bebb03e0e3d1a709a4b57fc61f8b25be5f89dbe2542dcc5
|