Hunyuan-mcp-webui
Click 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., "@Hunyuan-mcp-webuiGenerate a 3D model of a chair from this image"
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.
Hunyuan-mcp-webui
Apple Silicon MacでHunyuan3Dを動かし、画像またはテキストから3Dアセットを生成するためのMCPサーバーとWeb UIです。
Independent community integration. This project is not affiliated with, sponsored by, or endorsed by Tencent. Tencent source code, model weights, trademarks, and generated outputs remain subject to their applicable terms.
できること
MCP(stdio)からHunyuan3D-2.1の単一画像→3D生成を呼び出す
Codex native Image Genで単一画像を生成し、そのままHunyuan3D-2.1へ渡す
Codex native Image Genで正面・左・背面・右の4方向画像を生成し、Hunyuan3D-2mvへ渡す
Hunyuan3D-Paint-2.1でPBRテクスチャを生成する
白基調のWeb UIで入力、進捗、GLBプレビュー、ダウンロードを操作する
Apple Silicon向けMPS/CPU設定とメモリ節約プロファイルを利用する
生成後のLOD、コライダー、リギングは
Hunyuan3D-blender-processor、
ゲーム組み込みは
Hunyuan3D-game-integration
が担当します。
Related MCP server: BlenderMCP
必要環境
Apple Silicon Mac(M1以降を推奨)
macOS
Python 3.10
Node.js 20以降(統合Web UIを使う場合)
十分な空き容量。モデルweightとキャッシュはGitに含まれません
初回のモデル取得にはHugging Faceへのネットワーク接続が必要です。処理時間と必要メモリはMac、入力、品質設定によって大きく変わります。
セットアップ
git clone https://github.com/KouyamaCreate/Hunyuan-mcp-webui.git
cd Hunyuan-mcp-webui
./setup_macos.sh従来Web UI:
./run_web_ui.sh
# http://127.0.0.1:80903役統合Web UI:
npm --prefix frontend install
./run_frontend.sh
# http://127.0.0.1:4173UIだけを確認する場合:
HUNYUAN3D_BACKEND=mock ./run_frontend.shMCPとして使う
MCPクライアントのstdio commandに次を指定します。
/absolute/path/to/Hunyuan-mcp-webui/run_mcp_server.sh主要tool、生成モード、Apple Silicon向けprofile、Codex app-server接続の詳細は
docs/spec.mdを参照してください。
構成
components/image_worker/ Codex native Image Gen連携
components/shape_worker/ Hunyuan3D-2.1 / Hunyuan3D-2mv shape生成
components/texture_worker/ Hunyuan3D-Paint-2.1 PBR texture生成
frontend/ 統合Web UI
schemas/ role間のJSON contract
mcp_server.py MCP stdio server
web_ui.py 従来Web UI backendテスト
model weightを使わない軽量テスト:
python3 -m unittest \
tests.test_pipeline_contracts \
tests.test_worker_registry \
tests.test_paint_macos_compat
npm --prefix frontend install
npm --prefix frontend testtests.test_role_pipelineは、同じ親フォルダにHunyuan3D-blender-processorがある3役構成で実行します。実モデルE2Eは大容量weightと長い実行時間を必要とするため、通常のCIには含めません。
ドキュメント
docs/spec.md: 現在の実行仕様と操作方法docs/multi-project-roadmap.md: 3役プロジェクトの責務と統合計画docs/log.md: 実装・互換対応・実機試走の記録RIGHTS_AND_LICENSES.md: ファイル群とmodelの権利境界CONTRIBUTING.md: 開発・投稿手順SECURITY.md: 脆弱性報告
ライセンスと重要な注意
このrepositoryは単一ライセンスではありません。
独自のMCP/Web UI統合コード:
LICENSE-MCP-WEBUI(MIT)Hunyuan3D-2.1由来コード:
LICENSE、Notice.txtほか各ディレクトリのnoticeHunyuan3D-2mv互換runtime:
LICENSE-HUNYUAN3D-2.0とNOTICE-HUNYUAN3D-2.0Python/npm依存、model weight、入力画像、生成物: それぞれの配布元・権利者の条件
Tencentのライセンスには地域、用途、配布、表示、acceptable-use等の条件があります。公開repositoryであることは、modelの利用や再配布が無条件に許諾されることを意味しません。利用・配布前にRIGHTS_AND_LICENSES.mdと原文を確認してください。model weight、秘密情報、生成job dataはこのrepositoryに含めません。
Upstream
本プロジェクトはTencent-Hunyuan/Hunyuan3D-2.1を基盤とする独立したintegrationです。研究内容、model card、引用情報は公式upstreamを参照してください。
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.
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/KouyamaCreate/Hunyuan-mcp-webui'
If you have feedback or need assistance with the MCP directory API, please join our Discord server