MCP Catalogs
Homeblender-ai-mcp screenshot

blender-ai-mcp

by PatrykIti·24·Score 43

Production MCP server for Blender with goal-first routing, curated tools, and vision-assisted 3D modeling workflows.

ai-llmdeveloper-toolsmedia
4
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

Overview

blender-ai-mcp provides a stable tool API for controlling Blender through MCP clients instead of generating raw Python scripts. It implements a production approach with atomic tools, macro tools, and workflow tools, offering goal-first orchestration and deterministic verification. The server features a small public surface with search-first bootstrap layer and supports multiple vision runtimes including local MLX and external providers.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI-guided 3D modeling with goal-first workflows
you:Automated scene inspection and measurement
you:Vision-assisted 3D asset creation and refinement
you:How does this differ from raw Python scripting?
you:What vision providers are supported?

When to choose this

Choose this when you need production-ready AI control over Blender with deterministic verification and structured 3D modeling workflows.

When NOT to choose this

Avoid if you need direct low-level Blender API access or if your workflow requires raw Python script generation rather than structured tool calling.

Tools this server exposes

12 tools extracted from the README
  • router_set_goal

    Set the modeling goal for the current session

  • router_get_status

    Get the current status of the router session

  • browse_workflows

    Browse available modeling workflows

  • search_tools

    Search for tools based on criteria

  • call_tool

    Execute a specific tool with arguments

  • check_scene

    Check the current scene state

  • inspect_scene

    Inspect specific objects in the scene

  • configure_scene

    Configure scene settings

  • macro_cutout_recess

    Create recesses, openings, and cutter-driven cutouts

  • reference_images

    Manage reference images for modeling goals

  • scene_scope_graph

    Get structural scope graph of the scene

  • scene_view_diagnostics

    Get view diagnostics for scene cameras

Comparable tools

blender-scripting-mcpmcp-blender-toolsai-blender-workflow

Installation

Installation

  1. Install the Python package:
pip install blender-ai-mcp
  1. Configure Claude Desktop:

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "blender-ai-mcp": {
      "command": "python",
      "args": ["-m", "blender_ai_mcp.server"]
    }
  }
}
  1. Start Blender with the addon enabled.

FAQ

How does this differ from raw Python scripting?
This provides stable tool contracts with validated parameters instead of improvising Blender code, offering better safety, reliability, and deterministic verification.
What vision providers are supported?
Local MLX plus external OpenRouter and Google AI Studio / Gemini provider paths with model-family-specific contract profiles.

Compare blender-ai-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.