3d Asset Processing Mcp
@GeoLibra
关于 3d Asset Processing Mcp
A comprehensive MCP server for processing, validating, optimizing, and analyzing 3D models with glTF/GLB support.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"3d-asset-processing-mcp": {
"command": "npx",
"args": [
"-y",
"3d-asset-processing-mcp"
]
}
}
}工具
4Analyze 3D models and provide detailed statistics
Validate 3D models for compliance and compatibility
Basic glTF operations (conversion, format upgrade, simple compression)
Advanced glTF processing (Meshopt/Draco compression, texture optimization, geometry processing)
概览
What is 3d Asset Processing Mcp?
A comprehensive MCP server for processing, validating, optimizing, and analyzing 3D models with glTF/GLB support. It provides both basic and advanced operations through integrated tools, intended for developers working with 3D assets in AI or automation workflows.
How to use 3d Asset Processing Mcp?
Add the server to your MCP client configuration using the npx command npx -y [email protected]. All dependencies (gltf-pipeline, gltf-transform) are bundled, so no additional setup is required. The server exposes four tools: analyze_model, validate_model, gltf-pipeline-executor, and gltf-transform-executor.
Key features of 3d Asset Processing Mcp
- Analyze 3D models for geometry, materials, animations, and performance stats
- Validate models for compliance and compatibility with standards
- Basic processing: convert between glTF/GLB and upgrade formats
- Advanced processing: Meshopt and Draco compression, texture optimization, geometry processing
- No external dependency installation needed
Use cases of 3d Asset Processing Mcp
- Automatically analyze a large batch of 3D models for quality metrics
- Validate model files before uploading to a platform or game engine
- Convert glTF files to GLB (or vice versa) in a CI/CD pipeline
- Compress 3D models with Meshopt or Draco to reduce file size for web delivery
- Optimize textures and geometry to improve rendering performance
FAQ from 3d Asset Processing Mcp
What file formats are supported?
glTF and GLB (both binary glTF and standard glTF) are supported.
Do I need to install any additional tools?
No. All processing libraries (gltf-pipeline, gltf-transform) are included with the package.
What tools does the server provide?
Four tools: analyze_model (analysis), validate_model (validation), gltf-pipeline-executor (basic processing), and gltf-transform-executor (advanced processing).
How can I run the server in development mode?
Clone the repository, run npm install and npm run build, then point the MCP client to dist/server.js using the node command.
How do I debug the server?
Use npx @modelcontextprotocol/inspector alongside the server configuration.
其他 分类下的更多 MCP 服务器
Servers
modelcontextprotocolModel Context Protocol Servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论