Sketchfab MCP Server
@gregkop
About Sketchfab MCP Server
This is an MCP (Model Context Protocol) Server for discovering and downloading 3D models
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sketchfab": {
"command": "node",
"args": [
"/path/to/build/index.js",
"--api-key",
"YOUR_API_KEY"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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).
Frequently asked questions
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).
Basic information
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments