Skip to main content
Glama

Tripo MCP サーバー

Tripo MCP は、モデル コンテキスト プロトコル (MCP)を介して AI アシスタントとTripo AI間のインターフェースを提供します。

**注:**このプロジェクトはアルファ版です。現在、Tripo Blender Addon の統合をサポートしています。

現在の機能

  • Tripo の API を使用して自然言語から 3D アセットを生成し、Blender にインポートします。

  • Claude やその他の MCP 対応 AI アシスタントと互換性があります

Related MCP server: Blender Open MCP

クイックスタート

前提条件

インストール

  1. Tripo AIのウェブサイトからTripo AI Blenderアドオンをインストールします。

  2. Claude Desktop または Cursor で MCP サーバーを構成します。

    • pip install uv

    • カーソルにMCPを設定する

    { "mcpServers": { "tripo-mcp": { "command": "uvx", "args": [ "tripo-mcp" ] } } }
    • すると、次のような緑色の点が表示されます。画像

使用法

  1. Tripo AI Blender アドオンを有効にし、Blender MCP サーバーを起動します。

  2. カーソルキーまたはクロードキーを使ってチャットしましょう。例:「未来的な椅子の3Dモデルを生成してください」

謝辞

特別な感謝
MCP + 3D に刺激的なアイデアを提供してくれた blender-mcp プロジェクトに携わった Siddharth Ahuja に特に感謝します。

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/VAST-AI-Research/tripo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server