Sketchfab MCP Server

Integrations

  • Enables searching for, viewing details of, and downloading 3D models from Sketchfab's platform in various formats (gltf, glb, usdz, source)

Sketchfab MCP サーバー

Sketchfabの3Dモデルプラットフォームと連携するためのモデルコンテキストプロトコル(MCP)サーバーです。このMCPを使用すると、ClaudeまたはCursorを介してSketchfabから3Dモデルを直接検索、詳細表示、ダウンロードできます。

特徴

  • 3Dモデルの検索:キーワード、タグ、カテゴリを使用してSketchfabでモデルを検索します
  • モデルの詳細を表示: 特定のモデルに関する包括的な情報を取得します
  • モデルのダウンロード: さまざまな形式 (gltf、glb、usdz、ソース) でモデルをダウンロードします。

前提条件

  • Node.js 18以上
  • Sketchfab APIキー(認証用)

インストール

  1. このリポジトリをクローンする
  2. 依存関係をインストールします:
    npm install
  3. プロジェクトをビルドします。
    npm run build

使用法

MCPサーバーの実行

npm start

Sketchfab API キーを提供するには、 --api-keyパラメータを使用します。

node build/index.js --api-key YOUR_API_KEY

あるいは、 SKETCHFAB_API_KEY環境変数を設定することもできます。

export SKETCHFAB_API_KEY=YOUR_API_KEY npm start

利用可能なツール

1. スケッチファブ検索

キーワードとフィルターに基づいて Sketchfab で 3D モデルを検索します。

パラメータ:

  • query (オプション): テキスト検索クエリ(例:「車」、「家」、「キャラクター」)
  • tags (オプション):特定のタグでフィルタリングします(例:["animated", "rigged", "pbr"])
  • categories (オプション):カテゴリでフィルタリングします(例:["キャラクター"、"建築"、"乗り物"])
  • downloadable (オプション):ダウンロード可能なモデルのみを表示するにはtrueに設定します
  • limit (オプション): 返される結果の最大数 (1-24、デフォルト: 10)
2. スケッチファブモデルの詳細

特定の Sketchfab モデルに関する詳細情報を取得します。

パラメータ:

  • modelId : Sketchfabモデルの一意のID
3. SketchFab ダウンロード

Sketchfab から 3D モデルをダウンロードします。

パラメータ:

  • modelId : ダウンロードするSketchfabモデルの一意のID
  • format (オプション):モデルをダウンロードするための推奨フォーマット(gltf、glb、usdz、ソース)
  • outputPath (オプション): ダウンロードしたファイルを保存するローカルディレクトリまたはファイルパス

カーソルの使用

  1. カーソル設定 -> MCP -> 新しいMCPサーバーの追加に移動します
  2. MCP を構成します。
    • 名前: Sketchfab MCP
    • タイプ: コマンド
    • コマンド: node /path/to/build/index.js --api-key YOUR_API_KEY

Claude Desktopでの使用

次の MCP 構成を Claude Desktop 構成に追加します。

{ "mcpServers": { "sketchfab": { "command": "node", "args": ["/path/to/build/index.js", "--api-key", "YOUR_API_KEY"] } } }

環境変数

次の環境変数を設定できます。

  • SKETCHFAB_API_KEY : Sketchfab API キー (--api-key パラメータで渡す代わりに使用できます)

ライセンス

ISC

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Claude または Cursor を介して Sketchfab の 3D モデル プラットフォームと対話できるようにすることで、ユーザーは AI インターフェースから直接 3D モデルを検索、詳細を表示、ダウンロードできるようになります。

  1. 特徴
    1. 前提条件
      1. インストール
        1. 使用法
          1. MCPサーバーの実行
          2. 利用可能なツール
        2. カーソルの使用
          1. Claude Desktopでの使用
            1. 環境変数
              1. ライセンス

                Related MCP Servers

                • -
                  security
                  A
                  license
                  -
                  quality
                  Allows you to explore and manipulate kintone data using AI tools such as Claude Desktop!
                  Last updated -
                  9
                  Go
                  MIT License
                  • Apple
                  • Linux
                • -
                  security
                  F
                  license
                  -
                  quality
                  Connects Sketchup to Claude AI through the Model Context Protocol, allowing Claude to directly interact with and control Sketchup for prompt-assisted 3D modeling and scene manipulation.
                  Last updated -
                  20
                  • Apple
                • -
                  security
                  F
                  license
                  -
                  quality
                  Connects Houdini to Claude AI through Model Context Protocol, enabling AI-assisted 3D modeling, scene creation, simulation setup, and rendering through natural language commands.
                  Last updated -
                  37
                  • Apple
                  • Linux
                • A
                  security
                  A
                  license
                  A
                  quality
                  Integration that connects Sketchup to Claude AI through the Model Context Protocol, allowing Claude to directly interact with and control Sketchup for prompt-assisted 3D modeling, scene creation, and manipulation.
                  Last updated -
                  10
                  4
                  MIT License
                  • Apple

                View all related MCP servers

                ID: pl73lrdk1l