tripo-mcp

VAST-AI-Research/tripo-mcp
★ 179 stars Python 📦 Other Updated 1mo ago
Official MCP server for Tripo
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tripo-mcp": {
      "command": "uvx",
      "args": [
        "tripo-mcp"
      ]
    }
  }
}

Or install with pip: pip install tripo-mcp