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)
Download a 3D model from Sketchfab. Parameters: modelId (string), format (optional string), outputPath (optional string)