信息来源:
申时在 TG 看到的这个消息,白天 X 上中文科技博主在推荐。
环境:
OS: Windows 11 24H2
APP: Claude Desktop , Blender 4.2.7 TLS
Python: 3.12.3
需要的软件: ux
Cluade: Professional plan
Blender MCP 实践:
参考源:
1. 安装
见上面的环境内容
1)安装 uv
pip install uv
2) Claude Desktop 配置
找到并编辑: claude_desktop_config.json
我的文件做为参考:
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"\\\\davens\\Multimedia\\2024-MyProgramFiles"
]
},
"brave-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "BS*******5"
}
},
"fetch": {
"command": "python",
"args": ["-m", "mcp_server_fetch"]
},
"blender": {
"command": "uvx",
"args": [
"blender-mcp"
]
}
}
}
格式正确会出然上面4个,最后一个 blender 是新加的。
3) Cursor integration
在 CMD 运行,第一次会安装:
uvx blender-mcp
4) 在 Blender 中添加 mcp
需要从 仓库 下载 addon.py
最后,要勾选上。
2 配置 MCP 服务器
1) 在 Blender 中启动 MCP 服务器
不明白,看下面转贴:
2) 查看 Claude Desktop‘s Blender MCP
有看到 blender 差不多就成了
3 测试,做个什么
GITHUB 上也给出一些参考:
我把第一行粘到 Claude desktop,得到: