Blender MCP MCP Server

Blender 3D modeling control via natural language.

Python 4,500 315MIT
View on GitHub

Overview

This MCP server enables intuitive control of Blender 3D modeling software through natural language commands, eliminating the need for complex manual navigation or scripting knowledge. By leveraging conversational AI, users can describe their creative intentions in plain English and have them translated into precise Blender operations, democratizing 3D content creation for artists, designers, and creative professionals who prefer linguistic interaction over traditional interface manipulation.

The server supports comprehensive Blender functionality including model creation, geometry manipulation, material assignment, lighting configuration, and scene composition. Users can generate 3D objects, modify existing geometries, apply textures and shaders, position cameras, and manage scene hierarchies through natural language prompts. The implementation handles complex spatial reasoning and converts descriptive commands into native Blender Python API calls, enabling sophisticated artistic workflows without requiring deep technical expertise or Blender scripting proficiency.

Compatible with any MCP-enabled client application, this server integrates seamlessly with AI assistants, creative tools, and development environments supporting the Model Context Protocol. Typical use cases include rapid prototyping of 3D assets, procedural content generation, accessibility-focused modeling for users with mobility constraints, and educational applications for learning 3D design principles. Creative studios can accelerate asset production pipelines, independent artists can reduce workflow friction, and researchers can explore generative 3D modeling methodologies through intuitive natural language interfaces.

Installation

pip install mcp-server-blender-mcp

Compatible Clients

Claude DesktopCursor

Related

FAQ

How do I install the Blender MCP MCP server?
Install via npx or pip depending on the language. Then add the server configuration to your MCP client settings file.
Which AI clients support the Blender MCP MCP server?
The Blender MCP MCP server is compatible with Claude Desktop, Cursor. Any MCP-compatible client should work.