Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Tripo AI MCP Servergenerate a 3D model of a futuristic robotic dog"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Tripo AI MCP Server
This is a Model Context Protocol (MCP) server for the Tripo3D AI API. It allows AI assistants to interact with Tripo's 3D generation capabilities.
Features
Text to 3D: Generate 3D models from text prompts.
Image to 3D: Generate 3D models from images (supports local paths with auto-upload).
Multiview to 3D: Generate 3D models from multiple view images.
Animation: Animate rigged models.
Stylization: Apply styles to models.
Task Status: Check the status of generation tasks.
Installation
Configuration
You need a Tripo3D API secret. You can set it in a .env file or pass it as an environment variable TRIPO_API_SECRET.
Client Configuration
Claude Desktop
Add the following to your claude_desktop_config.json (usually found at %APPDATA%\Claude\claude_desktop_config.json on Windows or ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
Usage
Start the server:
Tools
text_to_3d: Create a 3D model from text.image_to_3d: Create a 3D model from an image.multiview_to_3d: Create a 3D model from multiview images.get_task_status: Check task status.upload_file: Upload a file manually.animate_model: Animate a model.stylize_model: Stylize a model.
Development
Clone the repo.
npm installnpm run buildnode dist/index.js
License
ISC