Sketchfab MCP Server enables AI assistants to search, view details, and download 3D models from Sketchfab's platform. Built by Greg Kopyltsov, it provides three main tools: sketchfab-search for finding models based on keywords and filters, sketchfab-model-details for retrieving comprehensive information about specific models, and sketchfab-download for obtaining models in various formats (gltf, glb, usdz, source). The server requires a Sketchfab API key for authentication and can be run locally or integrated with Claude Desktop and Cursor, making it ideal for workflows requiring 3D asset discovery and retrieval.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Search for 3D models on Sketchfab based on keywords and filters. Parameters: query (optional string), tags (optional array of strings), categories (optional array of strings), downloadable (optional boolean), limit (optional integer).
Get detailed information about a specific Sketchfab model. Parameters: modelId (string) - The unique ID of the Sketchfab model.
Download a 3D model from Sketchfab. Parameters: modelId (string) - The unique ID of the Sketchfab model to download, format (optional string) - Preferred format to download the model in (gltf, glb, usdz, source), outputPath (optional string) - Local directory or file path to save the downloaded file.