Skip to main content
Glama
gomodelhub

GoModelHub 3D MCP

Official
by gomodelhub

GoModelHub 3D MCP

MCP-Server für die GoModelHub 3D-Generierungs-API. Verwenden Sie es in Cursor und anderen Agents mit natürlicher Sprache.

Tool

Beschreibung

generate_3d

Einen 3D-Auftrag einreichen; gibt taskId zurück

get_3d_status

Task-Status einmal abfragen

generate_3d_and_wait

Einreichen und abfragen, bis fertig (empfohlen)

Erfordert Node.js 18+, einen Plattform-API-Schlüssel (gk- / sk-) und einen modelCode aus dem Model Marketplace (z.B. hyper3d).

Legen Sie Ihr Standardmodell einmal in mcp.json fest, damit Agents nicht jedes Mal model übergeben müssen. Sie können model bei Bedarf in einem einzelnen Aufruf überschreiben.

中文文档


Standardmodell in mcp.json

Modus

Wo festlegen

Beispiel

Remote MCP

headers

"X-GoModelHub-Default-Model": "hyper3d"

Lokales MCP

env

"GOMODELHUB_DEFAULT_MODEL": "hyper3d"

Verwenden Sie den im Model Marketplace angezeigten modelCode für Ihren Schlüssel (fügen Sie kein tp--Präfix hinzu).


Related MCP server: Meshy MCP Server

Option 1: Remote MCP (empfohlen, keine Installation)

Einschränkung: Remote MCP unterstützt kein lokales imagePath. Verwenden Sie für Bild-zu-3D eine öffentliche image-URL; für lokale Bilddateien verwenden Sie das lokale MCP unten.

Cursor → Einstellungen → MCP → mcp.json bearbeiten:

{
  "mcpServers": {
    "gomodelhub-3d": {
      "url": "https://login.gomodelhub.com/mcp/3d",
      "headers": {
        "Authorization": "Bearer gk-your-platform-key",
        "X-GoModelHub-Default-Model": "hyper3d"
      }
    }
  }
}

Siehe examples/mcp.remote.json.


Option 2: Lokales MCP (unterstützt imagePath)

1. Installation (einmalig pro Maschine)

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

Überprüfen: where gomodelhub-3d-mcp (Windows) oder which gomodelhub-3d-mcp.

2. Konfiguration

{
  "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"
      }
    }
  }
}

Siehe examples/mcp.local.json. Speichern und im MCP-Bedienfeld Aktualisieren.

3. Lokales Bild (Bild-zu-3D)

{
  "model": "v3.1-20260211",
  "imagePath": "D:/photos/chair.jpg",
  "mode": "image"
}

Unterstützt jpg / png / webp, max. 50MB pro Datei.


Vergleich

Remote MCP

Lokales MCP

Installation

Keine

npm install -g .

Text-zu-3D

Öffentliche image-URL

Lokales imagePath


Fehlerbehebung

Symptom

Lösung

Verbindung getrennt

Globale Installation ausführen; sicherstellen, dass gomodelhub-3d-mcp im PATH ist

Fehlende GOMODELHUB_BASE_URL

Überprüfen Sie env in mcp.json

Modell ist erforderlich

Fügen Sie GOMODELHUB_DEFAULT_MODEL / X-GoModelHub-Default-Model hinzu, oder übergeben Sie model im Tool-Aufruf

HTTP 401 / 403

Ungültiger Schlüssel oder unzureichendes Kontingent

Remote-Bild-zu-3D schlägt fehl

Verwenden Sie kein imagePath; verwenden Sie eine öffentliche image-URL oder das lokale MCP

Lizenz

MIT — siehe LICENSE.

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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