GoModelHub 3D MCP
OfficialGoModelHub 3D MCP
GoModelHub 3D生成API用のMCPサーバーです。Cursorや他のエージェントで自然言語を使って利用できます。
Tool | Description |
| 3Dジョブを送信し、 |
| タスクのステータスを1回ポーリングします |
| 送信して完了までポーリングします(推奨) |
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: リモート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"
}
}
}
}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. ローカル画像(画像から3Dへ)
{
"model": "v3.1-20260211",
"imagePath": "D:/photos/chair.jpg",
"mode": "image"
}jpg / png / webpに対応、1ファイルあたり最大50MB。
比較
Remote MCP | Local MCP | |
Install | 不要 |
|
Text-to-3D | ✅ | ✅ |
Public | ✅ | ✅ |
Local | ❌ | ✅ |
トラブルシューティング
Symptom | Fix |
disconnected | グローバルインストールを実行し、 |
Missing GOMODELHUB_BASE_URL |
|
model is required |
|
HTTP 401 / 403 | キーが無効、またはクォータが不足しています |
Remote image-to-3D fails |
|
ライセンス
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