GoModelHub 3D MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GoModelHub 3D MCPgenerate a 3D model of a wooden chair"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GoModelHub 3D MCP
MCP server for the GoModelHub 3D generation API. Use it in Cursor and other Agents with natural language.
Tool | Description |
| Submit a 3D job; returns |
| Poll task status once |
| Submit and poll until done (recommended) |
Requires Node.js 18+, a platform API Key (gk- / sk-), and a modelCode from Model Marketplace (e.g. hyper3d).
Set your default model once in mcp.json so Agents do not need to pass model every time. You can still override model in a single call when needed.
Default model in mcp.json
Mode | Where to set | Example |
Remote MCP |
|
|
Local MCP |
|
|
Use the modelCode shown in Model Marketplace for your Key (do not add a tp- prefix).
Related MCP server: Meshy MCP Server
Option 1: Remote MCP (recommended, zero install)
Limitation: Remote MCP does not support local imagePath. For image-to-3D, use a public image URL; for local image files, use the local MCP below.
Cursor → Settings → MCP → edit mcp.json:
{
"mcpServers": {
"gomodelhub-3d": {
"url": "https://login.gomodelhub.com/mcp/3d",
"headers": {
"Authorization": "Bearer gk-your-platform-key",
"X-GoModelHub-Default-Model": "hyper3d"
}
}
}
}Option 2: Local MCP (supports imagePath)
1. Install (one-time per machine)
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
Verify: where gomodelhub-3d-mcp (Windows) or which gomodelhub-3d-mcp.
2. Configure
{
"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"
}
}
}
}See examples/mcp.local.json. Save and Refresh in the MCP panel.
3. Local image (image-to-3D)
{
"model": "v3.1-20260211",
"imagePath": "D:/photos/chair.jpg",
"mode": "image"
}Supports jpg / png / webp, max 50MB per file.
Comparison
Remote MCP | Local MCP | |
Install | None |
|
Text-to-3D | ✅ | ✅ |
Public | ✅ | ✅ |
Local | ❌ | ✅ |
Troubleshooting
Symptom | Fix |
disconnected | Run global install; ensure |
Missing GOMODELHUB_BASE_URL | Check |
model is required | Add |
HTTP 401 / 403 | Invalid key or insufficient quota |
Remote image-to-3D fails | Do not use |
License
MIT — see LICENSE.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Turn text or an image into an animation-ready 3D model (GLB): generate, rig, animate, retexture.
Free text/image → 3D: generate, rig, avatar-ify, and refine GLB models. No auth, no payment.
Generate images, video, music, voice and 3D through one API. 30 tools, 200+ models.
3D avatar/asset foundry: text/image -> rigged, validated, engine-ready GLB via x402.
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.187-

Meshy MCP Serverofficial
AlicenseNot gradedqualityBmaintenanceEnables AI agents to create, manage, and download 3D models, textures, images, rigged characters, and animations through natural conversation.5,09041MIT- 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
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