# 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.

Canonical URL: https://a2a-mcp.org/entry/blender-mcp-server-djeada

Language: en

Category: MCP Servers

Updated: 2026-09-14

## 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`

```json
{
  "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

- MCP
- blender
- 3d

## Alternatives

- Blender Lab MCP Server
- BlendMCP

## Sources

- [Project website](https://github.com/djeada/blender-mcp-server)
- [Project documentation](https://github.com/djeada/blender-mcp-server)

Last checked: 2026-09-14
