Blender MCP for Antigravity
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Blender MCP for Antigravitydownload a sci-fi spaceship model from Sketchfab and add it to the scene"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Blender MCP for Antigravity (Windows Optimized)
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\nissues.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: BlenderMCP
🚀 Quick Start
1. Install Blender Addon
Open Blender (4.0+ recommended).
Go to
Edit > Preferences > Add-ons > Install....Select
addon.pyfrom this repository.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.pyfile.
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.pyis the main entry point, buttests/test_binary.pycan verify low-level protocol health.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceTransforms Blender into an MCP server with 50+ tools for AI-driven 3D workflows, enabling complete control over objects, materials, animations, physics simulations, and rendering through natural language commands.Last updated45MIT
- AlicenseBqualityDmaintenanceAn 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.Last updated221MIT
- Alicense-qualityCmaintenanceAn MCP server that enables AI agents to control Blender through natural language for 3D scene creation, animation, and rendering. It provides over 550 actions and direct Python execution via a bridge to a live local Blender session.Last updated3MIT
- Alicense-qualityBmaintenanceEnables AI clients to control Blender's 3D workflow via an embedded MCP server.Last updated14MIT
Related MCP Connectors
MCP server for Hailuo (MiniMax) AI video generation
MCP server for Luma Dream Machine AI video generation
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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