Production-shaped MCP server for Blender with goal-first routing, curated tools, deterministic verification, and vision-assisted 3D modeling workflows.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"blender-ai-mcp": {
"args": [
"run",
"-i",
"--rm",
"-v",
"/tmp:/tmp",
"-e",
"BLENDER_AI_TMP_INTERNAL_DIR=/tmp",
"-e",
"BLENDER_AI_TMP_EXTERNAL_DIR=/tmp",
"-e",
"ROUTER_ENABLED=true",
"-e",
"MCP_SURFACE_PROFILE=llm-guided",
"-e",
"BLENDER_RPC_HOST=host.docker.internal",
"ghcr.io/patrykiti/blender-ai-mcp:latest"
],
"command": "docker"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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 routing, curated public tools, deterministic inspection, and verification that does not depend on guesswork.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in design
A mcp server to allow LLMS gain context about shadcn ui component structure,usage and installation,compaitable with react,svelte 5,vue & React Native
AI image generation and editing with prompt optimization and quality presets. Powered by Nano Banana
GoPeak — The most comprehensive MCP server for Godot Engine. 95+ tools, LSP, DAP, screenshots.
MeiGen-AI-Design-MCP — Turn Claude Code / OpenClaw into your local Lovart. Local ComfyUI, 1,400+ prompt library, multi-direction parallel generation.
MCP Security Weekly
Get CVE alerts and security updates for Blender Ai Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A production-shaped MCP server for Blender.
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 routing, curated public tools, deterministic inspection, and verification that does not depend on guesswork.
Most "AI + Blender" setups still ask the model to write raw bpy scripts. That breaks exactly where production work gets interesting:
blender-ai-mcp takes the opposite approach: treat Blender control as a product surface, not a code-generation stunt.
router_set_goal(...), so the system knows what the model is trying to build before it starts calling low-level actions.llm-guided profile exposes a tiny, search-first bootstrap layer instead of flooding the model with the whole runtime inventory.The business idea formalized in TASK-113 is simple:
This is what turns the project from "Blender tools exposed over MCP" into a usable AI control product for modeling pipelines.
llm-guided is the default production-oriented surface. It is intentionally small, search-first, and designed around goal-aware sessions.
Normal guided flow:
router_set_goal(...)browse_workflows, `sear