B
Blender MCP Server
作者 @llm-use
MCP server addon for Blender - Control Blender via AI agents through 51 powerful tools. Made to be used with PolyMCP for intelligent tool orchestration. Features thread-safe execution, auto-dependency installation, and complete 3D workflow automation.
创建于 11/12/2025
更新于 about 1 month ago
README
Repository documentation and setup instructions
GitHub API error: 403
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx blender-mcp-server
Cursor 配置 (mcp.json)
{
"mcpServers": {
"llm-use-blender-mcp-server": {
"command": "uvx",
"args": [
"blender-mcp-server"
]
}
}
}