When trying to get Blender MCP working with Cursor on Windows, if you see “Client Closed” as shown:
- First make sure you have uv installed. Installation | uv
- Then open mcp.json and specify the whole path in command eg. “command”:
"C:\\Users\\<username>\\.local\\bin\\uvx.exe"
Make sure to replace <username>
with your username
Here’s the mcp.json
{
"mcpServers": {
"blender": {
"command": "C:\\Users\\<username>\\.local\\bin\\uvx.exe",
"args": ["blender-mcp"]
}
}
}
- Now click refresh one or two times and your should see green icon next to blender as shown
You can check out more about Blender MCP here: GitHub - ahujasid/blender-mcp