developer-toolsdesign

3D Asset Processing

by geolibra

Convert pictures into 3D models or STEP files to STL. Optimize, compress, and validate 3D assets for web, mobile, and ga

Processes and optimizes 3D glTF/GLB models with analysis, validation, format conversion, compression, and geometry simplification tools for web, mobile, and game engine compatibility.

github stars

0

Advanced compression with Meshopt and DracoTexture optimization to multiple formatsBoth basic and advanced processing pipelines

best for

  • / Game developers optimizing assets for engines
  • / Web developers preparing 3D models for browsers
  • / 3D artists reducing file sizes for mobile apps
  • / Teams ensuring model compatibility across platforms

capabilities

  • / Analyze 3D models for statistics and optimization recommendations
  • / Validate glTF/GLB files for compliance and compatibility
  • / Convert between glTF and GLB formats
  • / Compress models with Draco and Meshopt algorithms
  • / Optimize textures with WebP/AVIF/JPEG compression
  • / Simplify geometry and reduce file sizes

what it does

Analyzes, validates, and optimizes 3D glTF/GLB models for web and game engines. Provides compression, format conversion, and geometry processing tools.

about

3D Asset Processing is a community-built MCP server published by geolibra that provides AI assistants with tools and capabilities via the Model Context Protocol. Convert pictures into 3D models or STEP files to STL. Optimize, compress, and validate 3D assets for web, mobile, and ga It is categorized under developer tools, design. This server exposes 4 tools that AI clients can invoke during conversations and coding sessions.

how to install

You can install 3D Asset Processing in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

license

MIT

3D Asset Processing is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

readme

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