How to Make Blender MCP work with Cursor on Windows 11

When trying to get Blender MCP working with Cursor on Windows, if you see “Client Closed” as shown:

  1. First make sure you have uv installed. Installation | uv
  2. 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"]
     }
   }
}
  1. 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