Control Blender from Claude and other LLMs through the Model Context Protocol
Blendmcp MCP server exists for a simple reason — assistants are far more useful when they can act on Blendmcp directly instead of describing what you should do. Control Blender from Claude and other LLMs through the Model Context Protocol.
Control Blender from Claude and other LLMs through the Model Context Protocol (MCP). blendmcp lets an AI assistant inspect and edit your Blender scene: create and transform objects, apply materials, run Python, capture viewport screenshots, and pull in assets from PolyHaven, Sketchfab, Hyper3D, and Hunyuan3D.
blendmcp on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Once Blendmcp is connected, these are the calls the assistant has available:
Prerequisites — Otherwise installation instructions are on their website: Install uvCapabilities — The Capabilities tool exposed by this serverDevelopment — Tests live in tests/ and run outside Blender. Because addon.py imports bpy (only available inside Blender), tests/conftest.py installs lightweightYou will need 2 environment variables: BLENDER_HOST, BLENDER_PORT. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Blendmcp's toolset — Prerequisites, Capabilities, Development — is a fair guide to whether it matches your workflow.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Prerequisites | Otherwise installation instructions are on their website: [Install uv](https://docs.astral.sh/uv/getting-started/installation/) |
| Capabilities | The Capabilities tool exposed by this server. |
| Development | Tests live in tests/ and run outside Blender. Because addon.py imports bpy (only available inside Blender), tests/conftest.py installs lightweight stand-ins for bpy, mathutils, and requests so the addon's pure helper fun |
{ "mcpServers": { "blendmcp": { "command": "uvx", "args": ["blendmcp"] } } }Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| BLENDER_HOST | Endpoint or connection string the server talks to. | Optional |
| BLENDER_PORT | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.