Skip to main content
Glama
by gregkop

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

Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Related MCP Servers

  • A
    security
    F
    license
    A
    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 -
    10
    148
    • Apple
  • 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
    11
    MIT License
    • Apple
  • -
    security
    -
    license
    -
    quality
    A Model Context Protocol server that enables Claude AI to interact directly with SketchUp, allowing for automated 3D modeling, woodworking joint creation, and component manipulation through natural language commands.
  • A
    security
    A
    license
    A
    quality
    Connects Blender to Claude AI through the Model Context Protocol, enabling AI-assisted 3D modeling, scene creation, and manipulation through natural language commands.
    Last updated -
    17
    MIT License
    • Apple
    • Linux

View all related MCP servers

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/gregkop/sketchfab-mcp-server'

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