tripo-mcp

Official MCP server for Tripo

GitHub Stars

172

User Rating

Not Rated

Favorites

0

Views

34

Forks

23

Issues

7

Installation
Difficulty
Beginner
Estimated 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
Then edit the configuration file in Cursor:
json
{
  "mcpServers": {
    "tripo-mcp": {
      "command": "uvx",
      "args": [
        "tripo-mcp"
      ]
    }
  }
}

3. Start the Server

Once configured, start the MCP server.

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check the Python version and reinstall dependencies. Issue: Not recognized by Claude Desktop Solution: Verify the configuration file path and syntax.