Blender MCP NextGen
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 NextGencreate a metallic sphere with roughness 0.3"
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 NextGen πβ‘
Next-Generation Model Context Protocol (MCP) Server & Addon Suite β Antigravity & Claude Friendly!
Blender MCP NextGen connects AI assistants (such as Antigravity AI Agent, Claude Desktop, Cursor, VS Code, or custom LLMs) to Blender 3D using the official Model Context Protocol (MCP). It enables natural language 3D modeling, automated scene inspection, PBR material creation, viewport visual feedback, asset importing, and background rendering.
β¨ Features & Enhancements
π€ Antigravity & Claude Friendly: Native MCP stdio integration with ready-to-use config templates (mcp_antigravity.json & antigravity_instructions.md).
π‘οΈ AST Security Guardrails: Built-in Python AST analyzer inspects generated code before execution to prevent harmful system commands or unwanted operations.
π¨ Redesigned Blender Addon UI: A sleek, dark-themed N-Panel ("MCP Assistant") inside Blender featuring live server status badges, active TCP socket port settings, quick lighting tools, and a real-time execution console.
πΈ Viewport Visual Feedback: Multi-modal AI support with
capture_viewportto take snapshot images of the active 3D viewport.πΏ PolyHaven Asset Library Search: Instantly query and import free HDRIs, 3D models, and PBR textures into your Blender scene.
π‘ PBR Material Manager: Quick helper commands to apply custom metallic, roughness, and hex color properties to 3D meshes.
π Web Setup Dashboard: Interactive local dashboard for generating MCP client JSON configurations and viewing server diagnostics.
Related MCP server: BlenderMCP
π Quick Start Guide
1. Requirements
Blender: 3.0 or higher (compatible with Blender 4.x)
Python: 3.10 or higher
2. Install Server Dependencies
pip install -r requirements.txt3. Install Addon in Blender
Open Blender.
Go to Edit > Preferences > Add-ons.
Click Install... at the top right and select
addon/blender_mcp_addon.py.Check the box to enable Blender MCP NextGen.
In the 3D Viewport, press N to expand the sidebar and click the MCP Assistant tab.
Click Start Listener (Status should change to ONLINE π’).
βοΈ MCP Client Configurations
For Antigravity AI Agent (mcp_antigravity.json)
{
"mcpServers": {
"blender-nextgen": {
"command": "python",
"args": ["c:/Users/swatm/Downloads/Blender/server/blender_mcp_server.py"]
}
}
}For Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"blender-nextgen": {
"command": "python",
"args": ["c:/Users/swatm/Downloads/Blender/server/blender_mcp_server.py"]
}
}
}For Cursor IDE (.cursor/mcp.json)
{
"mcpServers": {
"blender-nextgen": {
"command": "python",
"args": ["c:/Users/swatm/Downloads/Blender/server/blender_mcp_server.py"]
}
}
}π οΈ MCP Tools Reference
Tool Name | Description |
| Executes safe Python code inside Blender with stdout, stderr, and error tracebacks. |
| Returns structured JSON topology of objects, lights, cameras, active materials, and render settings. |
| Takes a screenshot snapshot of the current 3D viewport for visual AI context. |
| Downloads and imports HDRIs, textures, or models from PolyHaven. |
| Creates or updates PBR materials with hex colors, metallic, and roughness values. |
| Triggers Eevee or Cycles rendering and saves the output. |
π Security Notice
All code sent via execute_blender_code is parsed and checked against server/security_guardrails.py. Forbidden modules (os, sys, subprocess, shutil) and execution statements (eval, exec on system level) are blocked by default.
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.
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/Mehulpatel05/Blender-Mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server