https://github.com/vast-ai-research/tripo-mcp
Official MCP server for Tripo
https://github.com/vast-ai-research/tripo-mcp
Last synced: 5 months ago
JSON representation
Official MCP server for Tripo
- Host: GitHub
- URL: https://github.com/vast-ai-research/tripo-mcp
- Owner: VAST-AI-Research
- License: mit
- Created: 2025-03-21T17:26:26.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-14T09:59:12.000Z (6 months ago)
- Last Synced: 2025-05-07T13:56:52.416Z (5 months ago)
- Language: Python
- Homepage: https://platform.tripo3d.ai
- Size: 120 KB
- Stars: 150
- Watchers: 4
- Forks: 20
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tripo MCP Server
Tripo MCP provides an interface between AI assistants and [Tripo AI](https://www.tripo3d.ai) via [Model Context Protocol (MCP)](https://github.com/anthropics/anthropic-cookbook/tree/main/mcp).
> **Note:** This project is in alpha. Currently, it supports Tripo Blender Addon integration.
## Current Features
- Generate 3D asset from natural language using Tripo's API and import to Blender
- Compatible with Claude and other MCP-enabled AI assistants## Quick Start
### Prerequisites
- Python 3.10+
- [Blender](https://www.blender.org/download/)
- [Tripo AI Blender Addon](https://www.tripo3d.ai/app/home)
- Claude for Desktop or Cursor IDE### Installation
1. Install Tripo AI Blender Addon from [Tripo AI's website](https://www.tripo3d.ai/app/home)
2. Configure the MCP server in Claude Desktop or Cursor.
* `pip install uv`
* set mcp in cursor
```json
{
"mcpServers": {
"tripo-mcp": {
"command": "uvx",
"args": [
"tripo-mcp"
]
}
}
}
```* Then you will get a green dot like this:
### Usage
1. Enable Tripo AI Blender Addon and start blender mcp server.
2. Chat using cursor or claude. E.g., "Generate a 3D model of a futuristic chair".
## Acknowledgements
- **[Tripo AI](https://www.tripo3d.ai)**
- **[blender-mcp](https://github.com/ahujasid/blender-mcp)** by [Siddharth Ahuja](https://github.com/ahujasid)**Special Thanks**
Special thanks to Siddharth Ahuja for the blender-mcp project, which provided inspiring ideas for MCP + 3D.