trident-mcp
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.
For the code-level layout, data flow, and extension boundaries, see ARCHITECTURE.md.
It currently ships with a Tripo-backed provider and exposes tools for:
- text-to-3D generation
- image-to-3D generation
- multiview-to-3D generation
- async task polling
- model download
- retopology
- format conversion
- stylization
- model catalog and server config inspection
Requirements
- Go 1.25+
- A Tripo API key in
TRIPO_API_KEY
Install
Build locally:
go build -o ./trident-mcp ./cmd/trident-mcpOr install with Go:
go install github.com/mordor-forge/trident-mcp/cmd/trident-mcp@latestIf you install with go install, make sure your Go bin directory is on PATH.
By default that is usually $(go env GOPATH)/bin (often ~/go/bin) unless you use GOBIN.






