git404hub

what is blender-mcp-antigravity-setup-guide fr?

sandeshbhat15/blender-mcp-antigravity-setup-guide — explained in plain English

Analysis updated 2026-07-25

0Audience · vibe coderComplexity · 2/5Setup · moderate

tl;dr

A step-by-step guide for connecting Blender 3D software to AI coding assistants like Cursor and VS Code using the Model Context Protocol, so an AI can control Blender directly.

vibe map

mindmap
  root((repo))
    What it does
      Connects Blender to AI
      Uses MCP protocol
      Step by step guide
    Setup Steps
      Install uv package manager
      Install Blender add-on
      Start server in Blender
      Add config to AI assistant
    Use cases
      List scene objects
      Add 3D shapes
      Rotate camera
    Tech stack
      Blender 5.1 plus
      uv package manager
      Windows 11
    Audience
      Vibe coders
      3D artists
      Beginners

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Ask an AI assistant to list all 3D objects in your current Blender scene.

VIBE 2

Tell your AI assistant to add a sphere or other shape to a Blender project.

VIBE 3

Use voice or text prompts to rotate the camera view inside Blender.

VIBE 4

Control Blender from Cursor or VS Code without manually clicking menus.

what's the stack?

BlenderuvMCPWindows 11

how it stacks up fr

sandeshbhat15/blender-mcp-antigravity-setup-guide00kaku/gallery-slider-block04amanrajj/netwatch
Stars00
LanguageJavaScriptRust
Last pushed2021-05-19
MaintenanceDormant
Setup difficultymoderateeasymoderate
Complexity2/52/53/5
Audiencevibe codergeneralops devops

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires Blender 5.1+, installing the uv package manager, and adding a configuration block to your AI assistant's settings.

The explanation does not mention a license for this repository.

in plain english

This repository is a step by step guide for connecting Blender, a popular 3D modeling program, to AI coding assistants like Google Antigravity 2.0, Cursor, and VS Code. The connection uses something called the Model Context Protocol, or MCP, which lets an AI assistant talk to Blender and control it. The guide focuses on Windows 11 and walks through the entire process from installing prerequisites to testing the final connection. Before starting, the guide says you need Blender version 5.1 or later installed on your computer. You also need a package manager called uv, which you install by running a single command in PowerShell. This tool helps run the software that bridges the AI assistant and Blender. The setup has several stages. First, you download an add-on file from a separate GitHub repository called ahujasid/blender-mcp. You install that file inside Blender through the preferences menu, then enable it. Once enabled, you open a side panel in Blender's main viewport and click a button to start a server. Blender needs to stay open with this server running the whole time you want the AI to interact with it. Next, you add a small configuration block to your AI assistant's settings file. The guide provides two versions of this configuration. The recommended one is simple and just calls the uvx command. The second version is for cases where the system cannot find uvx automatically, so it uses the full file path instead. The guide includes a table explaining each part of the configuration, including the communication port number 9876, which is how Blender and the AI exchange information. Finally, the guide covers verification. You refresh your AI environment's server list and check that the Blender connection shows a green indicator. To test it, you can ask your AI assistant things like listing all objects in the scene, adding a sphere, or rotating the camera. The repository contains only this guide and does not include the actual software itself, which lives in the separate ahujasid repository it references.

prompts (copy fr)

prompt 1
I have Blender open with the MCP server running. List all the objects in my current scene and tell me their positions.
prompt 2
Add a sphere with radius 2 at the origin of my Blender scene using the Blender MCP connection.
prompt 3
Rotate the camera in my Blender scene 45 degrees to the right so I can see the objects from a different angle.
prompt 4
Create a simple scene in Blender with a cube on top of a plane and position a light above them.

Frequently asked questions

what is blender-mcp-antigravity-setup-guide fr?

A step-by-step guide for connecting Blender 3D software to AI coding assistants like Cursor and VS Code using the Model Context Protocol, so an AI can control Blender directly.

What license does blender-mcp-antigravity-setup-guide use?

The explanation does not mention a license for this repository.

How hard is blender-mcp-antigravity-setup-guide to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is blender-mcp-antigravity-setup-guide for?

Mainly vibe coder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.