- Home
- MCP servers
- Tripo
Tripo
- python
179
GitHub Stars
python
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"vast-ai-research-tripo-mcp": {
"command": "uvx",
"args": [
"tripo-mcp"
]
}
}
}Tripo MCP Server creates a bridge between AI assistants and Tripo AI using the Model Context Protocol (MCP). It is designed to make it easy to generate 3D assets from natural language and import them into Blender, leveraging the Tripo Blender Addon and MCP-enabled AI assistants like Claude.
How to use
You use this MCP server by running it locally and connecting it to an MCP-enabled AI client. Start the Tripo MCP server, enable the Tripo Blender Addon in Blender, and then chat with your MCP client to generate 3D assets from natural language. For example you can ask the system to generate a 3D model of a futuristic chair, and the server will orchestrate asset creation via Tripo’s API and import it into Blender.
How to install
Prerequisites you need before installation:
- Python 3.10+
- Blender
- Tripo AI Blender Addon
- Claude for Desktop or Cursor IDE
Step by step installation and setup:
1. Install Tripo AI Blender Addon from Tripo AI's website
2. Configure the MCP server in Claude Desktop or Cursor.
pip install uv
set mcp in cursor
{
"mcpServers": {
"tripo-mcp": {
"command": "uvx",
"args": [
"tripo-mcp"
]
}
}
}
Additional notes
Once configured, you will see a green connected indicator indicating the MCP connection is active. Enable the Tripo Blender Addon, start the Blender MCP server, and begin issuing requests via your MCP client.
Available tools
generate_3d_model
Generates a 3D asset from natural language using Tripo's API and imports it into Blender.
blender_integration
Provides integration between MCP and Blender via the Tripo Blender Addon to create assets within Blender.