Skip to main content
Glama
kc0ed

Blender MCP for Antigravity

by kc0ed

Blender MCP for Antigravity (Windows Optimized)

Windows Antigravity Blender

中文文档 (Chinese Documentation)

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

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.

Related MCP server: Blender MCP

🚀 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.

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

0Releases (12mo)

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    An MCP server that enables AI models to directly control Blender for 3D modeling, scene manipulation, and material management through natural language. It supports advanced workflows including Python code execution, viewport visualization, and integration with external asset libraries like Poly Haven and Hyper3D.
    22
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    An MCP server that enables AI assistants like Codex or ChatGPT to inspect and control a local Blender scene, including creating objects, editing materials, setting cameras and lights, rendering previews, and saving safe copies of .blend files.
    MIT

View all related MCP servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kc0ed/Blender-MCP-For-Antigravity'

If you have feedback or need assistance with the MCP directory API, please join our Discord server