Tripo AI MCP Server
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, URLs, or pre-uploaded tokens).
Multiview to 3D: Generate 3D models from multiple view images (local paths, URLs, or tokens).
Refine Model: Improve the quality of a draft model.
Stylization: Apply styles (lego, voxel, voronoi, minecraft) to a model.
Texture Model: Re-texture an existing model, optionally guided by a text or image prompt.
Convert Model: Export a model to a different format (GLTF, FBX, OBJ, STL, USDZ, 3MF).
Animation workflow: Check riggability → rig a model → retarget a preset animation.
Task Status: Check the status and retrieve output URLs of any generation task.
Upload File: Upload a local image file and receive a reusable file token.
Related MCP server: Tripo3D MCP
Installation
npm install -g tripo-ai-mcp-serverConfiguration
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):
{
"mcpServers": {
"tripo-ai": {
"command": "npx",
"args": [
"-y",
"tripo-ai-mcp-server"
],
"env": {
"TRIPO_API_SECRET": "your_api_secret_here"
}
}
}
}Usage
Start the server:
tripo-ai-mcp-serverTools
text_to_3d: Generate a 3D model from a text description.image_to_3d: Generate a 3D model from an image (local path, URL, or pre-uploaded token).multiview_to_3d: Generate a 3D model from multiple view images.get_task_status: Check task status and retrieve output model URLs.upload_file: Upload a local image file and receive a reusable file token.refine_model: Refine a draft model to improve quality.animate_prerigcheck: Check whether a model is suitable for rigging.rig_model: Rig a model so it can be animated.retarget_animation: Apply a preset animation to a rigged model.stylize_model: Apply a visual style to a model (lego, voxel, voronoi, minecraft).convert_model: Convert a model to a different file format (GLTF, FBX, OBJ, STL, USDZ, 3MF).texture_model: Generate new textures for an existing model.
Development
Clone the repo.
npm installnpm run buildnode dist/index.js
Publishing to npm
A GitHub Actions workflow (.github/workflows/publish.yml) automatically publishes the package to npm whenever a new GitHub Release is created.
One-time setup:
Generate an npm Automation token at npmjs.com → Avatar → Access Tokens → Generate New Token → Automation.
Add it as a repository secret in GitHub: Settings → Secrets and variables → Actions → New repository secret → name it
NPM_TOKEN.
To release a new version:
Bump
"version"inpackage.json.Commit and push.
Create a new GitHub Release (tag it with the version, e.g.
v1.1.0). The workflow triggers automatically and publishes to npm.
License
ISC
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides 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.16190MIT
- Alicense-qualityDmaintenanceA tool integration that wraps Tripo3D API capabilities for 3D model generation, texturing, animation, and format conversion, supporting text/image-to-3D workflows via natural language commands.4MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to generate 3D models, textures, and images via the Meshy API using natural language, supporting text-to-3D, image-to-3D, remeshing, retexturing, rigging, and animation workflows.36331MIT
- Flicense-qualityDmaintenanceEnables generating, rigging, animating, and converting 3D models via Tripo AI API, with direct integration for Godot game engine through natural language.
Related MCP Connectors
Create and manage cinematic AI video renders through the Future Video Studio Agent API.
Generate images, video, and audio with Glif's media-generation agent
Generate, edit, and deploy immersive 3D/WebGL web projects from any MCP assistant.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pasie15/tripo-ai-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server