Stats
Actions
Tags
Connects to Blender via a local MCP server, enabling Claude to control Blender operations such as scene manipulation, modeling, and rendering.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"blender": {
"command": "uvx",
"args": [
"blender-mcp"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
npx claudepluginhub mrcalderon3d/everything-game-dev-code