GoModelHub 3D MCP
OfficialGoModelHub 3D MCP
GoModelHub 3D 생성 API용 MCP 서버입니다. Cursor 및 기타 에이전트에서 자연어로 사용하세요.
Tool | Description |
| 3D 작업을 제출하고 |
| 작업 상태를 한 번 폴링합니다. |
| 제출 후 완료될 때까지 폴링합니다 (권장). |
Node.js 18+, 플랫폼 API 키(gk- / sk-), 그리고 Model Marketplace의 modelCode가 필요합니다 (예: hyper3d).
mcp.json에서 기본 모델을 한 번 설정하면 에이전트가 매번 model을 전달할 필요가 없습니다. 필요할 때 단일 호출에서 model을 재정의할 수도 있습니다.
mcp.json의 기본 모델
Mode | Where to set | Example |
Remote MCP |
|
|
Local MCP |
|
|
키에 대해 Model Marketplace에 표시된 modelCode를 사용하세요 (tp- 접두사를 추가하지 마세요).
Related MCP server: Meshy MCP Server
옵션 1: Remote MCP (권장, 설치 불필요)
제한 사항: Remote MCP는 로컬 imagePath를 지원하지 않습니다. image-to-3D의 경우 공개 image URL을 사용하고, 로컬 이미지 파일의 경우 아래의 로컬 MCP를 사용하세요.
Cursor → 설정 → MCP → mcp.json 편집:
{
"mcpServers": {
"gomodelhub-3d": {
"url": "https://login.gomodelhub.com/mcp/3d",
"headers": {
"Authorization": "Bearer gk-your-platform-key",
"X-GoModelHub-Default-Model": "hyper3d"
}
}
}
}examples/mcp.remote.json을 참조하세요.
옵션 2: 로컬 MCP (imagePath 지원)
1. 설치 (머신당 1회)
git clone https://github.com/kelouer/GoModelHub-MCP.git
cd GoModelHub-MCP
npm install
npm install -g .Windows: powershell -ExecutionPolicy Bypass -File scripts/install-global.ps1
macOS/Linux: bash scripts/install-global.sh
확인: where gomodelhub-3d-mcp (Windows) 또는 which gomodelhub-3d-mcp.
2. 구성
{
"mcpServers": {
"gomodelhub-3d": {
"command": "gomodelhub-3d-mcp",
"env": {
"GOMODELHUB_BASE_URL": "https://login.gomodelhub.com",
"GOMODELHUB_API_KEY": "gk-your-platform-key",
"GOMODELHUB_DEFAULT_MODEL": "hyper3d"
}
}
}
}examples/mcp.local.json을 참조하세요. MCP 패널에서 저장하고 새로고침하세요.
3. 로컬 이미지 (image-to-3D)
{
"model": "v3.1-20260211",
"imagePath": "D:/photos/chair.jpg",
"mode": "image"
}jpg / png / webp를 지원하며, 파일당 최대 50MB입니다.
비교
Remote MCP | Local MCP | |
설치 | 없음 |
|
Text-to-3D | ✅ | ✅ |
공개 | ✅ | ✅ |
로컬 | ❌ | ✅ |
문제 해결
증상 | 해결 방법 |
연결 끊김 | 전역 설치를 실행하고 |
GOMODELHUB_BASE_URL 누락 |
|
model이 필요합니다 |
|
HTTP 401 / 403 | 잘못된 키 또는 할당량 부족 |
원격 image-to-3D 실패 |
|
라이선스
MIT — LICENSE를 참조하세요.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceEnables users to generate parametric 3D models from text descriptions or images using multi-view reconstruction and OpenSCAD, with support for AI image generation and remote processing.179

Meshy MCP Serverofficial
AlicenseNot gradedqualityBmaintenanceEnables AI agents to create, manage, and download 3D models, textures, images, rigged characters, and animations through natural conversation.98836MIT- AlicenseNot gradedqualityDmaintenanceEnables AI-powered 3D content creation in Blender through natural language, including text-to-3D, image-to-3D, animation, rigging, rendering, and export.2MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to generate 3D assets from text descriptions using Trellis and import them into Blender, with local deployment for fast and free 3D generation.10MIT
Related MCP Connectors
Run 100+ AI models — image, video, audio, 3D — through one API with pay-per-use billing.
Provision private AI model endpoints on dedicated GPUs (Llama, Qwen, Mistral). Pay per minute.
Generate, edit, and deploy immersive 3D/WebGL web projects from any MCP assistant.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/gomodelhub/GoModelHub-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server