GitHub Stars
172
User Rating
Not Rated
Favorites
0
Views
34
Forks
23
Issues
7
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
Python: 3.10 or higher
Blender: Latest version
Tripo AI Blender Addon: Download from [Tripo AI's website](https://www.tripo3d.ai/app/home)
Claude: Desktop version or Cursor IDE
Installation Steps
1. Install Tripo AI Blender Addon
Download the addon from [Tripo AI's website](https://www.tripo3d.ai/app/home).2. Configure MCP Server
Run the following command in Claude Desktop or Cursor:bash
pip install uv
json
{
"mcpServers": {
"tripo-mcp": {
"command": "uvx",
"args": [
"tripo-mcp"
]
}
}
}