# BlendMCP

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

Canonical URL: https://a2a-mcp.org/entry/blendmcp

Language: en

Category: MCP Servers

Updated: 2026-09-14

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

```json
{
  "mcpServers": {
    "blendmcp": {
      "command": "uvx",
      "args": [
        "blendmcp"
      ]
    }
  }
}
```
#### Cursor

Transport: `stdio`

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

- MCP
- blender
- 3d

## Alternatives

- Blender MCP Server by djeada
- Blender Lab MCP Server

## Sources

- [Project website](https://github.com/owenpkent/blendmcp)
- [Project documentation](https://github.com/owenpkent/blendmcp)

Last checked: 2026-09-14
