From 96e31db9ee6acffd85a75f250a6f19f50614dc80 Mon Sep 17 00:00:00 2001 From: MaxMagician <43075724+xiangweizheng@users.noreply.github.com> Date: Sat, 22 Mar 2025 00:34:47 -0700 Subject: [PATCH] update windows user json configure update windows user json configure --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index d07f52f..96cfec2 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,24 @@ Run blender-mcp without installing it permanently through uvx. Go to Cursor Sett uvx blender-mcp ``` +For Windows users, go to Settings > MCP > Add Server, add a new server with the following settings: + +```json +{ + "mcpServers": { + "blender": { + "command": "cmd", + "args": [ + "/c", + "uvx", + "blender-mcp" + ] + } + } +} +``` + + [Cursor setup video](https://www.youtube.com/watch?v=wgWsJshecac) **⚠️ Only run one instance of the MCP server (either on Cursor or Claude Desktop), not both**