blender-mcp

blender-mcp

11,392

BlenderMCP integrates Blender with Claude AI using the Model Context Protocol (MCP), enabling advanced 3D model interactions and scene manipulations. It allows users to utilize Claude's capabilities to create and modify 3D models directly within Blender, offering features like object manipulation and scene inspection.

uvx
{
  "mcpServers": {
    "blender": {
      "command": "uvx",
      "args": [
        "blender-mcp"
      ]
    }
  }
}
cmd
{
  "mcpServers": {
    "blender": {
      "command": "cmd",
      "args": [
        "/c",
        "uvx",
        "blender-mcp"
      ]
    }
  }
}