MCP ServerFeatured
Blender Model Context Protocol MCP Server
by ahujasid
Prompt-assisted 3D modeling and scene control inside Blender.
About Blender Model Context Protocol
BlenderMCP integrates Blender with Claude AI through MCP. Comprises a Blender addon for receiving commands and a Python server. Supports two-way communication, object manipulation, material control, scene inspection, and Python code execution within Blender. Integrates with Poly Haven and Hyper3D for enhanced capabilities.
Tags
3d-modelingblenderdesigngame-dev
How to install Blender Model Context Protocol
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"blender-mcp": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-blender-mcp"]
}
}
}Example shape only — see the repository for the canonical install command.