dcc-mcp-blender

dcc-mcp/dcc-mcp-blender
★ 9 stars Python AI/LLM Updated 1d ago
Blender addon for the DCC Model Context Protocol (MCP) ecosystem — embeds a Streamable HTTP MCP server directly inside Blender
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dcc-mcp-blender": {
      "command": "uvx",
      "args": [
        "dcc-mcp-blender"
      ]
    }
  }
}

Or install with pip: pip install dcc-mcp-blender

README Excerpt

> Blender addon for the [DCC Model Context Protocol (MCP)](https://github.com/loonghao/dcc-mcp-core) ecosystem — embeds a Streamable HTTP MCP server directly inside Blender, letting any MCP-compatible AI client drive your 3D workflow. --- `dcc-mcp-blender` turns Blender into a first-class MCP server. Once the addon is enabled, any MCP client (Claude Desktop, custom agents, etc.) can call Blender tools over HTTP without any external gateway.

Tools (16)

BlockingDispatcherDCC_MCP_BLENDER_DISABLE_ARBITRARY_SCRIPTDCC_MCP_BLENDER_DISABLE_EXECUTE_PYTHONDCC_MCP_BLENDER_ENABLE_GATEWAY_FAILOVERDCC_MCP_BLENDER_ENABLE_WORKFLOWSDCC_MCP_BLENDER_JOB_STORAGEDCC_MCP_BLENDER_METRICSDCC_MCP_BLENDER_PROJECT_TOOLSDCC_MCP_BLENDER_READINESS_TIMEOUT_SECSDCC_MCP_BLENDER_RESOURCESDCC_MCP_BLENDER_SEMANTIC_EMBEDDERDCC_MCP_BLENDER_SEMANTIC_INDEXDCC_MCP_BLENDER_SKILL_PATHSDCC_MCP_BLENDER_STRICT_SKILL_SCANDCC_MCP_SKILL_PATHSimport_to_scene

Topics

3daiblenderblender-addondccllmmcpmodel-context-protocolpython