Skip to main content
Glama

3D Asset Processing MCP

A comprehensive MCP server for processing, validating, optimizing, and analyzing 3D models with glTF/GLB support.

Features

  • Analysis: Get detailed model statistics including geometry, materials, animations, and performance metrics

  • Validation: Ensure 3D models meet standards using built-in checks

  • Basic Processing: Convert between glTF/GLB formats using gltf-pipeline

  • Advanced Processing: Apply Meshopt/Draco compression, texture optimization, and geometry processing using gltf-transform

Installation

Add to your MCP client configuration:

{
  "mcpServers": {
    "3d-asset-processing-mcp": {
      "command": "npx",
      "args": ["-y", "3d-asset-processing-mcp"]
    }
  }
}

All dependencies (gltf-pipeline, gltf-transform) are included - no additional setup required.

Available Tools

  • analyze_model: Analyze 3D models and provide detailed statistics

  • validate_model: Validate 3D models for compliance and compatibility

  • gltf-pipeline-executor: Basic glTF operations (conversion, format upgrade, simple compression)

  • gltf-transform-executor: Advanced glTF processing (Meshopt/Draco compression, texture optimization, geometry processing)

Development

# Clone the repository
git clone git@github.com:GeoLibra/3d-asset-processing-mcp.git
cd 3d-asset-processing-mcp

# Install dependencies
npm install

# Build the project
npm run build

# debug mcp
"3d-asset-processing-mcp": {
  "command": "node",
  "args": [
    "/Users/hgis/myproject/3d-asset-processing-mcp/dist/server.js"
  ]
}

debug mcp

npx @modelcontextprotocol/inspector

Debug image

License

MIT

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

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/GeoLibra/3d-asset-processing-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server