Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Blender Antigravity

FreeNot checked

Enables Antigravity users to control Blender scenes, objects, and external asset integrations (PolyHaven, Sketchfab, etc.) via natural language commands, with W

GitHubEmbed

About

Enables Antigravity users to control Blender scenes, objects, and external asset integrations (PolyHaven, Sketchfab, etc.) via natural language commands, with Windows-optimized compatibility.

README

Windows Antigravity Blender

A robust, Windows-optimized Model Context Protocol (MCP) server for Blender, specifically designed for Antigravity users.

Note: This is a detached fork of Blender-MCP-For-Antigravity, streamlined for a fresh release.

This fork fixes the critical "invalid trailing data" error caused by Windows stdio text mode handling, ensuring a stable connection between Antigravity and Blender.

✨ Key Features

  • Windows Native Binary Mode: Completely bypasses Windows text-mode \r\n issues.
  • 21+ Tools: Full control over scene, objects, and external assets.
  • Integrations: Built-in support for PolyHaven, Sketchfab, Hyper3D, and Hunyuan3D.
  • Stable: Custom-built server (server.py) independent of unstable libraries.

🚀 Quick Start

1. Install Blender Addon

  1. Open Blender (4.0+ recommended).
  2. Go to Edit > Preferences > Add-ons > Install....
  3. Select addon.py from this repository.
  4. Enable the add-on ("3D Gen: Blender MCP Connect").

2. Configure Antigravity

Add the following to your Antigravity MCP configuration (mcp_config.json):

{
  "mcpServers": {
    "blender": {
      "command": "C:/Path/To/Your/python.exe",
      "args": [
        "D:/Path/To/This/Repo/server.py"
      ],
      "env": {
        "PYTHONUTF8": "1"
      }
    }
  }
}

Note: Make sure to use the absolute path to your Python executable and the server.py file.

3. Usage

Once connected, you can ask Antigravity to:

  • "Create a red monkey head"
  • "Download a wooden table from PolyHaven"
  • "List all objects in the scene"
  • "Check if Sketchfab integration is working"

🧪 Testing

This repository includes a tests/ folder with scripts to verify functionality.

  • You can ask Antigravity to "Run the tests in the tests folder" to self-diagnose issues.
  • server.py is the main entry point, but tests/test_binary.py can verify low-level protocol health.

from github.com/yura9011/blender-mcp-antigravity

Installing Blender Antigravity

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/yura9011/blender-mcp-antigravity

FAQ

Is Blender Antigravity MCP free?

Yes, Blender Antigravity MCP is free — one-click install via Unyly at no cost.

Does Blender Antigravity need an API key?

No, Blender Antigravity runs without API keys or environment variables.

Is Blender Antigravity hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Blender Antigravity in Claude Desktop, Claude Code or Cursor?

Open Blender Antigravity on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Blender Antigravity with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs