updated Cursor integration instruction

This commit is contained in:
Harry Wang 2025-03-30 10:42:37 -04:00
parent 9b3b327853
commit f4d1a4a31b

View File

@ -89,10 +89,24 @@ Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json t
### Cursor integration
Run blender-mcp without installing it permanently through uvx. Go to Cursor Settings > MCP and paste this as a command.
For Mac users, go to Settings > MCP and paste the following
```bash
uvx blender-mcp
- To use as a global server, use "add new global MCP server" button and paste
- To use as a project specific server, create `.cursor/mcp.json` in the root of the project and past
```json
{
"mcpServers": {
"blender": {
"command": "command",
"args": [
"uvx",
"blender-mcp"
]
}
}
}
```
For Windows users, go to Settings > MCP > Add Server, add a new server with the following settings:
@ -112,7 +126,6 @@ For Windows users, go to Settings > MCP > Add Server, add a new server with the
}
```
[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**