Tripo
Provides an interface between AI assistants and Tripo AI via Model Context Protocol, enabling generation of 3D assets from natural language and importing them to Blender.
What is Tripo?
Tripo is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to provides an interface between ai assistants and tripo ai via model context protocol, enabling generation of 3d assets from natural language and importing them to blender.
Provides an interface between AI assistants and Tripo AI via Model Context Protocol, enabling generation of 3D assets from natural language and importing them to Blender.
This server falls under the Data Science & ML category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Provides an interface between AI assistants and Tripo AI via
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx tripo-mcp-serverConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Tripo
Tripo MCP Server connects AI assistants to Tripo AI's 3D generation API, enabling generation of 3D assets from natural language descriptions and direct import of those assets into Blender via the Tripo AI Blender Addon. Users describe objects or scenes in plain language and the server handles the API calls, returning ready-to-use 3D models in Blender's workspace. It is aimed at artists, game developers, and product designers who want to accelerate 3D asset creation using AI-driven generation rather than manual modeling.
Prerequisites
- Python 3.10+ and the uv package manager (pip install uv)
- Blender installed with the Tripo AI Blender Addon enabled and its local server running
- A Tripo AI account and API key from the Tripo AI platform
- An MCP-compatible client such as Claude Desktop or Cursor IDE
Install the uv package manager
The Tripo MCP server is distributed as a Python package and executed via uvx. Install uv if not already present.
pip install uvInstall the Tripo AI Blender Addon
Download and install the Tripo AI Blender Addon from the Tripo AI website. Enable it in Blender's Preferences > Add-ons and start its local server — this is required for the import functionality to work.
Configure your MCP client
Add the tripo-mcp server block to your Claude Desktop or Cursor IDE configuration file. The server is launched with uvx automatically.
Verify Blender addon server is running
Open Blender, navigate to the Tripo AI addon panel, and confirm the local server is active. The MCP server communicates with Blender through this addon's local HTTP interface.
Generate your first 3D asset
Ask your AI assistant to generate a 3D model. The server will call Tripo's API, wait for the model to be generated, and import it into Blender.
Tripo Examples
Client configuration
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS) or Cursor's mcp.json. The server is launched via uvx.
{
"mcpServers": {
"tripo-mcp": {
"command": "uvx",
"args": ["tripo-mcp"]
}
}
}Prompts to try
Example prompts for generating 3D models and importing them into Blender.
- "Generate a 3D model of a futuristic chair and import it into Blender"
- "Create a 3D model of a medieval castle tower"
- "Generate a low-poly tree suitable for a game scene and add it to my Blender workspace"
- "Make a 3D asset of a sci-fi helmet with visor"
- "Generate a wooden treasure chest 3D model"Troubleshooting Tripo
Model generation starts but import into Blender fails
Ensure the Tripo AI Blender Addon server is running inside Blender before invoking the MCP server. Check the addon panel in Blender — it must show a 'Server running' status for the import step to succeed.
uvx cannot find the tripo-mcp package
Run 'pip install uv' and then 'uvx tripo-mcp --help' in a terminal to confirm the package resolves from PyPI. Make sure you are using Python 3.10+ as older versions are not supported.
API authentication errors during generation
The server requires a valid Tripo AI API key. Check the Tripo AI Blender Addon settings panel in Blender — the API key is typically configured there rather than as a shell environment variable.
Frequently Asked Questions about Tripo
What is Tripo?
Tripo is a Model Context Protocol (MCP) server that provides an interface between ai assistants and tripo ai via model context protocol, enabling generation of 3d assets from natural language and importing them to blender. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Tripo?
Follow the installation instructions on the Tripo GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Tripo?
Tripo works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Tripo free to use?
Yes, Tripo is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
Tripo Alternatives — Similar Data Science & ML Servers
Looking for alternatives to Tripo? Here are other popular data science & ml servers you can use with Claude, Cursor, and VS Code.
Ultrarag
★ 5.6kA Low-Code MCP Framework for Building Complex and Innovative RAG Pipelines
RocketRide
★ 3.1k📇 🏠 - MCP server that exposes RocketRide AI pipelines as t
Aix Db
★ 2.1kAix-DB 基于 LangChain/LangGraph 框架,结合 MCP Skills 多智能体协作架构,实现自然语言到数据洞察的端到端转换。
NeMo Data Designer
★ 1.9k🎨 NeMo Data Designer: Generate high-quality synthetic data from scratch or from seed data.
PaperBanana
★ 1.7kOpen source implementation and extension of Google Research’s PaperBanana for automated academic figures, diagrams, and research visuals, expanded to new domains like slide generation.
MiniMax
★ 1.5kBridges MiniMax AI capabilities to the Model Context Protocol, enabling AI agents to perform image understanding, text-to-image generation, and speech synthesis. It provides a standardized interface for accessing MiniMax's core tools via JSON-RPC.
Browse More Data Science & ML MCP Servers
Explore all data science & ml servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Tripo in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Tripo?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.