Official MCP server for Tripo
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.
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.
Prerequisites you need before installation:
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"
]
}
}
}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.
Generates a 3D asset from natural language using Tripo's API and imports it into Blender.
Provides integration between MCP and Blender via the Tripo Blender Addon to create assets within Blender.