blender-mcp

GitHub

Community plugin to control Blender 3D with any LLM of your choice

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "blender-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-blender-mcp"
      ]
    }
  }
}