# ahujasid/blender-mcp | Model Context Protocol (MCP) Server > Community plugin to control Blender 3D with any LLM of your choice - **Stars**: ⭐ 25,767 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "blender-mcp": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-blender-mcp" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "blender-mcp": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-blender-mcp" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-blender-mcp` - **Docker**: `docker run -i --rm mcp/blender-mcp`