GoModelHub 3D MCP
OfficialGoModelHub 3D MCP
Servidor MCP para la API de generación 3D de GoModelHub. Úsalo en Cursor y otros Agents con lenguaje natural.
Herramienta | Descripción |
| Envía un trabajo 3D; devuelve |
| Consulta el estado de la tarea una vez |
| Envía y consulta hasta que termine (recomendado) |
Requiere Node.js 18+, una API Key de la plataforma (gk- / sk-) y un modelCode de Model Marketplace (p. ej. hyper3d).
Configura tu modelo predeterminado una vez en mcp.json para que los Agents no tengan que pasar model cada vez. Aún puedes sobrescribir model en una llamada individual cuando sea necesario.
Modelo predeterminado en mcp.json
Modo | Dónde configurarlo | Ejemplo |
MCP remoto |
|
|
MCP local |
|
|
Usa el modelCode que se muestra en Model Marketplace para tu Key (no añadas un prefijo tp-).
Related MCP server: Meshy MCP Server
Opción 1: MCP remoto (recomendado, sin instalación)
Limitación: el MCP remoto no admite imagePath local. Para image-to-3D, usa una URL image pública; para archivos de imagen locales, usa el MCP local que aparece a continuación.
Cursor → Configuración → MCP → edita mcp.json:
{
"mcpServers": {
"gomodelhub-3d": {
"url": "https://login.gomodelhub.com/mcp/3d",
"headers": {
"Authorization": "Bearer gk-your-platform-key",
"X-GoModelHub-Default-Model": "hyper3d"
}
}
}
}Consulta examples/mcp.remote.json.
Opción 2: MCP local (admite imagePath)
1. Instalación (una vez por máquina)
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
Verifica: where gomodelhub-3d-mcp (Windows) o which gomodelhub-3d-mcp.
2. Configuración
{
"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"
}
}
}
}Consulta examples/mcp.local.json. Guarda y Actualiza en el panel de MCP.
3. Imagen local (image-to-3D)
{
"model": "v3.1-20260211",
"imagePath": "D:/photos/chair.jpg",
"mode": "image"
}Admite jpg / png / webp, máx. 50MB por archivo.
Comparación
MCP remoto | MCP local | |
Instalación | Ninguna |
|
Text-to-3D | ✅ | ✅ |
URL | ✅ | ✅ |
| ❌ | ✅ |
Solución de problemas
Síntoma | Solución |
desconectado | Ejecuta la instalación global; asegúrate de que |
Falta GOMODELHUB_BASE_URL | Comprueba |
model es obligatorio | Añade |
HTTP 401 / 403 | Key no válida o cuota insuficiente |
El image-to-3D remoto falla | No uses |
Licencia
MIT — consulta 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