Sketchfab MCP Server
@gregkop
关于 Sketchfab MCP Server
This is an MCP (Model Context Protocol) Server for discovering and downloading 3D models
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"sketchfab": {
"command": "node",
"args": [
"/path/to/build/index.js",
"--api-key",
"YOUR_API_KEY"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Sketchfab MCP Server?
A Model Context Protocol (MCP) server for interacting with Sketchfab’s 3D model platform. It enables users to search, view details, and download 3D models from Sketchfab directly through Claude or Cursor.
How to use Sketchfab MCP Server?
Install dependencies with npm install, build with npm run build, and run using npm start. Provide a Sketchfab API key via the --api-key command-line parameter or the SKETCHFAB_API_KEY environment variable. Use available tools: sketchfab-search, sketchfab-model-details, and sketchfab-download.
Key features of Sketchfab MCP Server
- Search for 3D models using keywords, tags, and categories.
- View comprehensive details about specific models.
- Download models in gltf, glb, usdz, or source format.
- Filter by downloadable status and limit results.
- Works with Claude Desktop and Cursor.
Use cases of Sketchfab MCP Server
- Find and retrieve 3D models for game development or design projects.
- Inspect model metadata before deciding to download.
- Automate batch downloads of models from Sketchfab.
- Integrate Sketchfab model search into AI assistant workflows.
FAQ from Sketchfab MCP Server
Do I need a Sketchfab API key?
Yes, authentication requires a Sketchfab API key. Provide it via the --api-key parameter or the SKETCHFAB_API_KEY environment variable.
What Node.js version is required?
Node.js 18 or higher is required to run the server.
How can I limit the number of search results?
Use the optional limit parameter (1–24, default 10) in the sketchfab-search tool.
Can I download models directly to a specific folder?
Yes, the sketchfab-download tool accepts an optional outputPath parameter for the local directory or file path.
Which model formats are supported for download?
Supported formats are gltf, glb, usdz, and source (the Sketchfab original format).
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome Mlops
visengerA curated list of references for MLOps
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论