Merge pull request #91 from harrywang/main
updated Cursor integration instruction
This commit is contained in:
commit
972096e9dc
20
README.md
20
README.md
@ -89,10 +89,23 @@ Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json t
|
|||||||
|
|
||||||
### Cursor integration
|
### 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
|
- To use as a global server, use "add new global MCP server" button and paste
|
||||||
uvx blender-mcp
|
- To use as a project specific server, create `.cursor/mcp.json` in the root of the project and paste
|
||||||
|
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"mcpServers": {
|
||||||
|
"blender": {
|
||||||
|
"command": "uvx",
|
||||||
|
"args": [
|
||||||
|
"blender-mcp"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
For Windows users, go to Settings > MCP > Add Server, add a new server with the following settings:
|
For Windows users, go to Settings > MCP > Add Server, add a new server with the following settings:
|
||||||
@ -112,7 +125,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)
|
[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**
|
**⚠️ Only run one instance of the MCP server (either on Cursor or Claude Desktop), not both**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user