sketchfab-mcp-server
This is an MCP (Model Context Protocol) Server for discovering and downloading 3D models
Documentation
Sketchfab MCP Server
A Model Context Protocol (MCP) server for interacting with Sketchfab's 3D model platform. This MCP allows you to search, view details, and download 3D models from Sketchfab directly through Claude or Cursor.
Features
- Search for 3D Models: Find models on Sketchfab using keywords, tags, and categories
- View Model Details: Get comprehensive information about specific models
- Download Models: Download models in various formats (gltf, glb, usdz, source)
Prerequisites
- Node.js 18 or higher
- A Sketchfab API key (for authentication)
Installation
1. Clone this repository
2. Install dependencies:
npm install3. Build the project:
npm run buildUsage
Running the MCP Server
npm startTo provide your Sketchfab API key, use the `--api-key` parameter:
node build/index.js --api-key YOUR_API_KEYAlternatively, you can set the `SKETCHFAB_API_KEY` environment variable:
export SKETCHFAB_API_KEY=YOUR_API_KEY
npm startAvailable Tools
1. sketchfab-search
Search for 3D models on Sketchfab based on keywords and filters.
Parameters:
- `query` (optional): Text search query (e.g., "car", "house", "character")
- `tags` (optional): Filter by specific tags (e.g., ["animated", "rigged", "pbr"])
- `categories` (optional): Filter by categories (e.g., ["characters", "architecture", "vehicles"])
- `downloadable` (optional): Set to true to show only downloadable models
- `limit` (optional): Maximum number of results to return (1-24, default: 10)
2. sketchfab-model-details
Get detailed information about a specific Sketchfab model.
Parameters:
- `modelId`: The unique ID of the Sketchfab model
3. sketchfab-download
Download a 3D model from Sketchfab.
Parameters:
- `modelId`: The unique ID of the Sketchfab model to download
- `format` (optional): Preferred format to download the model in (gltf, glb, usdz, source)
- `outputPath` (optional): Local directory or file path to save the downloaded file
Using with Cursor
1. Go to Cursor Settings -> MCP -> Add new MCP server
2. Configure your MCP:
Using with Claude Desktop
Add the following MCP config to your Claude Desktop configuration:
{
"mcpServers": {
"sketchfab": {
"command": "node",
"args": ["/path/to/build/index.js", "--api-key", "YOUR_API_KEY"]
}
}
}Environment Variables
You can set the following environment variables:
- `SKETCHFAB_API_KEY`: Your Sketchfab API key (alternative to passing it with the --api-key parameter)
License
ISC
Frequently asked questions
What is sketchfab-mcp-server?
sketchfab-mcp-server is This is an MCP (Model Context Protocol) Server for discovering and downloading 3D models
How do I install sketchfab-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is sketchfab-mcp-server open source?
Yes, it is hosted on GitHub at https://github.com/gregkop/sketchfab-mcp-server and has 28 stars.
Related MCP tools
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
An AI-powered task-management system you can drop into Cursor, Lovable, Windsurf, Roo, and others. Built for the Model Context Protocol to enhance AI capabiliti
Fay是一个帮助数字人(2.5d、3d、移动、pc、网页)或大语言模型(openai兼容、deepseek)连通业务系统的mcp框架。 JavaScript-based implementation. Trusted by 12000+ developers.
CTTF: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients. JavaScript-based implementation.
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities JavaScript-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP