GoModelHub 3D MCP
OfficialGoModelHub 3D MCP
用于 GoModelHub 3D 生成 API 的 MCP 服务器。可在 Cursor 和其他 Agent 中使用自然语言调用。
工具 | 描述 |
| 提交 3D 任务;返回 |
| 轮询任务状态一次 |
| 提交并轮询直至完成(推荐) |
需要 Node.js 18+、平台 API Key(gk- / sk-)以及来自 Model Marketplace 的 modelCode(例如 hyper3d)。
在 mcp.json 中一次性设置默认模型,这样 Agent 无需每次都传递 model。需要时仍可在单次调用中覆盖 model。
在 mcp.json 中设置默认模型
模式 | 设置位置 | 示例 |
远程 MCP |
|
|
本地 MCP |
|
|
请使用 Model Marketplace 中为你的 Key 显示的 modelCode(不要添加 tp- 前缀)。
Related MCP server: Meshy MCP Server
方案 1:远程 MCP(推荐,零安装)
限制: 远程 MCP 不支持本地 imagePath。对于图生 3D,请使用公共 image URL;对于本地图片文件,请使用下面的本地 MCP。
Cursor → Settings → 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"
}
}
}
}方案 2:本地 MCP(支持 imagePath)
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. 本地图片(图生 3D)
{
"model": "v3.1-20260211",
"imagePath": "D:/photos/chair.jpg",
"mode": "image"
}支持 jpg / png / webp,单文件最大 50MB。
对比
远程 MCP | 本地 MCP | |
安装 | 无 |
|
文生 3D | ✅ | ✅ |
公共 | ✅ | ✅ |
本地 | ❌ | ✅ |
故障排除
症状 | 修复 |
已断开连接 | 运行全局安装;确保 |
缺少 GOMODELHUB_BASE_URL | 检查 |
model 为必填项 | 添加 |
HTTP 401 / 403 | Key 无效或配额不足 |
远程图生 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