{
  "markdown": "# Blender MCP Gemini CLI Extension\n\nThis extension enables Gemini CLI to interact with Blender using the Model Context Protocol (MCP).\n\n## Contents\n- `gemini-extension.json`: The extension definition and MCP configuration for Gemini CLI.\n- `GEMINI.md`: System instructions for the Gemini model to effectively use Blender tools.\n\n## Setup\n\n### 1. Install Blender Addon\n1.  Download the latest `addon.py` file from the [official BlenderMCP repository](https://github.com/ahujasid/blender-mcp/blob/main/addon.py).\n2.  Open Blender (3.0+).\n3.  Go to **Edit > Preferences > Add-ons**.\n4.  Click **Install...** and select the downloaded `addon.py` file.\n5.  Enable the \"Interface: Blender MCP\" addon.\n6.  In the 3D Viewport Sidebar (press `N`), find the **BlenderMCP** tab.\n7.  Click **Connect to Claude** (starts the socket server on port 9876).\n\n### 2. Configure Gemini CLI\nThe `gemini-extension.json` file contains the necessary configuration.\n\nRun the following command to install this extension:\n```bash\ngemini extension install https://github.com/JosephKu/blender-mcp-gemini-cli-extension\n```\n\nTo install a specific version (e.g., v1.0.0):\n```bash\ngemini extension install https://github.com/JosephKu/blender-mcp-gemini-cli-extension --ref v1.0.0\n```\n\n### 3. Updating\nTo update the extension to the latest version:\n```bash\ngemini extension update blender\n```\nOr to update all extensions:\n```bash\ngemini extension update --all\n```\n\n### 4. Usage\nOnce connected, you can ask Gemini to:\n- \"Create a cube and move it to (0,0,5)\"\n- \"List all objects in the scene\"\n- \"Download a brick texture from Poly Haven\"\n- \"Run a python script to scatter trees\"\n\n## Requirements\n- Blender 3.0+\n- Python 3.10+\n- `uv` package manager\n",
  "bytes": 1714,
  "sha": "4a3589700fb42a161b64ec227824e919497a8f60bef5b93f679b9d813a03d161",
  "repo_slug": "josephku/blender-mcp-gemini-cli-extension",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_josephku_blender_mcp_gemini_cli_extensio_833236a4/readme"
}