`blender-ai-mcp` lets Claude, ChatGPT, Codex, and other MCP clients control Blender through a stable tool API instead of ad-hoc Python generation.
Blender Ai MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Blender Ai MCP directly instead of describing what you should do. blender-ai-mcp lets Claude, ChatGPT, Codex, and other MCP clients control Blender through a stable tool API instead of ad-hoc Python generation. The result is a safer, smaller, and more reliable surface for real modeling work: goal-first.
Once Blender Ai MCP is connected, these are the calls the assistant has available:
Goal — first orchestration.** Normal guided sessions start from router_set_goal(...), so the system knows what the model is trying to build before it startsTruth — first verification.** Inspection, measurement, and assertion tools determine what is actually true in Blenderrouter_set_goal — router_get_statusbrowse_workflows — reference_imagesscene_scope_graph — scene_relation_graphscene_view_diagnostics — search_toolscall_tool — optional prompt bridge tools when MCP_PROMPTS_AS_TOOLS_ENABLED=true:list_prompts — get_promptscene_get_viewport — scene_clean_scenebuild — phase cleanup is still allowed when recovery is neededReady-to — paste local MCP client config examples for guided/manual surfaces plus MLX, OpenRouter, and Gemini vision variantsResearch — driven upgrade proposal for scene graphs, symbolic relation notation, and supporting geometry-library choicesBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Blender Ai MCP's toolset — Goal, Truth, router_set_goal and 11 more — is a fair guide to whether it matches your workflow. It is maintained by patrykiti; worth a glance at recent repository activity before you build anything load-bearing on it.
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 |
|---|---|
| Goal | first orchestration.** Normal guided sessions start from router_set_goal(...), so the system knows what the model is trying to build before it starts calling low-level actions. |
| Truth | first verification.** Inspection, measurement, and assertion tools determine what is actually true in Blender. |
| router_set_goal | router_get_status |
| browse_workflows | reference_images |
| scene_scope_graph | scene_relation_graph |
| scene_view_diagnostics | search_tools |
| call_tool | optional prompt bridge tools when MCP_PROMPTS_AS_TOOLS_ENABLED=true: |
| list_prompts | get_prompt |
| scene_get_viewport | scene_clean_scene |
| build | phase cleanup is still allowed when recovery is needed |
| Ready-to | paste local MCP client config examples for guided/manual surfaces plus MLX, OpenRouter, and Gemini vision variants. |
| Research | driven upgrade proposal for scene graphs, symbolic relation notation, and supporting geometry-library choices. |
| Maintainer | facing map of the tool families underneath the MCP surface. |
| macro_cutout_recess | macro_finish_form |
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.