loading…
Search for a command to run...
loading…
AI 3D model generation and post-processing: text/image/multiview-to-3D via Tripo, plus retopology, format conversion (GLB/FBX/OBJ/STL/USDZ), and stylization. Si
AI 3D model generation and post-processing: text/image/multiview-to-3D via Tripo, plus retopology, format conversion (GLB/FBX/OBJ/STL/USDZ), and stylization. Single Go binary, 10 tools, async generation with polling.
Go License trident-mcp MCP server
trident-mcp is a Go MCP server for AI-assisted 3D model generation and post-processing.
The server is client-agnostic and works independently with any MCP-compatible client. You do not need any companion skills or extra MCP servers to use the core 3D generation, polling, download, and post-processing tools.
It currently ships with a Tripo-backed provider and exposes tools for:
TRIPO_API_KEYBuild locally:
go build ./cmd/trident-mcp
Or install with Go:
go install github.com/mordor-forge/trident-mcp/cmd/trident-mcp@latest
The server reads configuration from environment variables:
| Variable | Required | Default | Description |
|---|---|---|---|
TRIPO_API_KEY |
Yes | none | Tripo API key used for generation and editing calls |
MODEL_OUTPUT_DIR |
No | ~/generated_models |
Directory where downloaded models are written |
The server speaks MCP over stdio:
TRIPO_API_KEY=tsk_your_key_here trident-mcp
Example MCP client configuration:
{
"mcpServers": {
"trident-mcp": {
"command": "trident-mcp",
"env": {
"TRIPO_API_KEY": "tsk_your_key_here",
"MODEL_OUTPUT_DIR": "/absolute/path/to/generated_models"
}
}
}
}
text_to_3dimage_to_3dmultiview_to_3dThese tools start asynchronous tasks. Use task_status to poll for completion, then download_model to retrieve the task output.
task_statusdownload_modeldownload_model saves the task's actual output format. If you need a different format, run convert_format first and then download the conversion task.
retopologizeconvert_formatstylizelist_modelsget_configget_config reports the active backend, output directory, and server version.
The repo also includes companion agent skills under skills/:
skills/3d-gen/SKILL.mdskills/multiview-3d/SKILL.mdskills/3d-to-blender/SKILL.mdThese skills are optional. The MCP server itself works fine on its own in any MCP client.
Some of the companion skills are designed to compose trident-mcp with gemini-media-mcp for a fuller automated pipeline. In that setup, gemini-media-mcp can help with ideation, reference image generation, and multi-angle image creation, while trident-mcp handles reconstruction and post-processing. That pairing enables a more complete flow from idea to finished 3D model.
Run the local checks:
go test ./...
go vet ./...
There is also an opt-in E2E smoke test for live Tripo uploads:
TRIPO_API_KEY=tsk_your_key_here go test -tags=e2e -run "TestE2E_" ./internal/provider/tripo/ -v
GitHub Actions runs unit checks on pushes and pull requests, and runs the E2E smoke test on main and version tags. Tagged releases are built with GoReleaser.
Artifacts are stamped with the release version so the binary and MCP implementation metadata stay aligned.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"mordor-forge-trident-mcp": {
"command": "npx",
"args": []
}
}
}Transcripts, channel stats, search
AI image generation using various models.
Unified GPU inference API with 30 AI services (LLM, image gen, video, TTS, whisper, embeddings, reranking, OCR) as MCP tools. Pay-per-use via x402 USDC or API k
A powerful image generation tool using Google's Imagen 3.0 API through MCP. Generate high-quality images from text prompts with advanced photography, artistic,