Claude Opus 5.5 + Blender MCP
Anthropic released Claude Opus 5.5 on 22 September 2026. Anthropic says it “performs at the level of Claude Fable 5.1 on most work and costs 40% less to run than Opus 5.” This page covers how to use it with Blender MCP, what it costs, and the API changes that matter if you drive Blender with your own code.
Claude Opus 5.5 at a glance
All values are from Anthropic’s models overview , migration guide , and launch page .
| Claude Opus 5.5 | |
|---|---|
| API model ID | claude-opus-5-5 |
| Price (input / output) | $4 / $20 per million tokens (Opus 5: $5 / $25) |
| Cache reads | $0.20 per million tokens |
| Context window | 1M tokens |
| Max output | 128K tokens |
| Thinking | Adaptive, always on |
| Default effort | medium (Opus 5: high) |
| Reliable knowledge cutoff | June 2026 |
| Platforms | Claude API, Claude Code, Amazon Bedrock, Google Cloud, Microsoft Foundry |
Does Claude Opus 5.5 work with Blender MCP?
Yes. Blender MCP does not depend on a particular model, and Anthropic lists tool use as supported on all current Claude models. The Blender addon and the MCP server offer the same tools (scene inspection, Python execution, object and material changes, and asset imports) to any client that supports the Model Context Protocol, and the client decides which model calls them. You do not need to change anything on the Blender side.
What a new model changes is how well it uses those tools: how accurately it reads the scene, how often its Python code runs on the first try, and how well it plans a scene that takes many steps. We have not published our own Blender test of Opus 5.5 yet, so run the quick test below on your own scenes.
How to use Claude Opus 5.5 in Blender
If you have not connected Claude to Blender yet, follow the Claude + Blender MCP setup guide first. It takes roughly ten minutes if you already have Blender installed.
Claude Desktop
Open a new chat and choose Claude Opus 5.5 in the model selector. The Blender MCP server in claude_desktop_config.json stays the same. Anthropic’s announcement does not say which plans get the model in the Claude apps, so if you do not see it, check your plan.
Claude Code
Run /model in a session and choose Claude Opus 5.5, or start Claude Code with claude --model claude-opus-5-5. Blender MCP stays registered.
Anthropic API or another MCP client
If your application already talks to Blender MCP, set model to claude-opus-5-5, then check the API changes in the next section. On Bedrock and other cloud platforms, use that platform’s model ID from the models overview .
If your application does not talk to Blender MCP yet, note that a Claude Desktop config is not shared with API requests, and Anthropic’s hosted MCP connector reaches remote HTTP servers rather than a local stdio server like Blender MCP. For a local server, your own code has to act as the MCP client.
API changes that affect Blender tool calls
If you use Claude Desktop or Claude Code, the client handles these for you. If you call the API yourself, Anthropic’s migration guide lists four breaking changes from Opus 5. These are the ones a Blender MCP client is most likely to hit:
- Forced tool use returns a 400 error.
tool_choicetypesanyandtoolare not supported. If your client forces a call such asget_scene_infobefore each turn, switch toauto, add"strict": trueto the tool definitions, and say in the prompt when to use the tool. - Thinking can’t be turned off.
thinking: {"type": "disabled"}and manualbudget_tokensboth return a 400 error. Remove thethinkingfield and pick an effort level instead. Passthinkingblocks back unchanged with each Blender tool result. - Keep the conversation append-only. Thinking blocks are tied to the conversation that produced them. If your client rewrites the system prompt, the tool list, or earlier messages between Blender calls (for example to inject a fresh scene summary), replaying thinking blocks afterwards returns a 400 error by default for accounts created on or after 31 August 2026. Add new scene information as a new message instead.
- The default effort is lower. It is
mediumon Opus 5.5 and washighon Opus 5. If long scene builds get worse after you switch, set the effort level explicitly instead of relying on the default. - Text between tool calls moved. The short notes the model writes between tool calls (“Now adding the camera…”) come back as
thinkingblocks, nottextblocks. They are empty by default. If your interface shows progress while Blender works, it will go quiet. The migration guide explains thedisplaysetting that restores them. - Computer use changed. If you drive the Blender interface with computer use instead of MCP,
computer_20251124returns a 400 error on the Claude API and Google Cloud. Use thecomputer_toolset_20260801toolset instead. On Amazon Bedrock the old tool still works.
Claude Opus 5.5 vs Opus 5 vs Fable 5.1
Anthropic’s launch page reports these benchmark results; prices are from the models overview . The benchmarks measure coding and computer use, not Blender, so treat them as a starting point.
| Benchmark | Opus 5.5 | Fable 5.1 | Opus 5 |
|---|---|---|---|
| Terminal-Bench 4.0 | 66.4% | 55.8% | 52.3% |
| CursorBench 4.0 | 57.8% | 51.8% | 46.6% |
| OSWorld 2.0 (partial) | 81.8% | 80.7% | 74.0% |
| Price, input / output per million tokens | $4 / $20 | $10 / $50 | $5 / $25 |
Anthropic says Opus 5.5 “will cost 40% less than Opus 5 on typical workloads” at default settings. Anthropic attributes the saving to lower token prices and fewer tokens per task. What a Blender session actually costs depends on how many tokens it uses and how much of it is cached.
A quick test for Claude Opus 5.5 in Blender
Send the same prompts to Opus 5.5 and to the model you use now, in the same scene, and compare the results:
- Scene reading. “List every object in the scene with its type, location, and material.” Check the answer against the Outliner.
- An edit that takes many steps. “Add a ground plane, three cubes in a row with 0.5 m gaps, and a camera that frames all of them.” Count how many attempts it needs.
- Recovery from an error. Ask for something that needs Python, such as “array this object along a curve.” See if the model fixes its code when Blender returns an error.
Save the .blend file before each run. Blender MCP can run arbitrary Python in your session. For a comparison of Blender AI tools in general, see the best Blender AI assistants.
FAQ
Is Claude Opus 5.5 out?
Yes. Anthropic released Claude Opus 5.5 on 22 September 2026. It is available on the Claude API, in Claude Code, and on Amazon Bedrock, Google Cloud, and Microsoft Foundry.
Does Blender MCP support Claude Opus 5.5?
Yes. Blender MCP works with any model that your MCP client can drive, and Claude Opus 5.5 supports tool use. Select Claude Opus 5.5 in Claude Desktop or Claude Code and it can use the same Blender tools. No Blender MCP update is needed.
What is the Claude Opus 5.5 model ID?
The Claude API model ID is claude-opus-5-5. On Amazon Bedrock it is anthropic.claude-opus-5-5.
How much does Claude Opus 5.5 cost?
$4 per million input tokens and $20 per million output tokens on the Claude API, and $0.20 per million tokens for cache reads. Opus 5 costs $5 and $25.
Why does my Blender MCP API client return a 400 error with Opus 5.5?
Common causes are forced tool use (tool_choice type any or tool), disabled or manual thinking, and replaying thinking blocks after editing earlier messages, the system prompt, or the tool list. Use tool_choice auto with strict tools, remove the thinking field and set an effort level, and keep the conversation append-only.
Is Blender MCP free to use with Claude?
Yes. Blender MCP is free and open source. You pay only for your Claude plan or your Anthropic API usage.