BlenderMCP connects Claude AI to Blender via MCP, allowing AI agents to create, modify, and manipulate 3D models and scenes. It exposes Blender's Python API for direct control, enabling tasks like object creation, transformation, and rendering. Developers use it to automate 3D modeling workflows and integrate AI-driven design processes.
BlenderMCP connects Claude AI to Blender via MCP, allowing AI agents to create, modify, and manipulate 3D models and scenes. It exposes Blender's Python API for direct control, enabling tasks like object creation, transformation, and rendering. Developers use it to automate 3D modeling workflows and integrate AI-driven design processes.
pip install blender-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"ahujasid-blender-mcp-github": {
"command": "uvx",
"args": [
"pip install blender-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from blender mcp?"
API Key Required
This server requires an API key from blender mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| BLENDER_MCP_API_KEY | Yes | Your blender mcp API key |
"What resources are available in blender mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in blender mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in blender mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.