Sketchfab
About
Integrates with Sketchfab to enable searching, viewing details, and downloading 3D models in various formats using an API key for authentication.
Details
- Author
- gregkop
- Repository
- gregkop/sketchfab-mcp-server
- GitHub stars
- 25
- Downloads
- 510
- Categories
- Search, Media, Other, Productivity, Developer Tools, Design, AI, API, Infrastructure, Security, Frontend
Jump to
- 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)
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
SketchfabCommand (node, npx, python, etc.)nodeArguments-
Argument 1
/path/to/build/index.js -
Argument 2
--api-key -
Argument 3
YOUR_API_KEY
Environment-
SKETCHFAB_API_KEY
YOUR_API_KEY
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
npm start
To provide your Sketchfab API key, use the --api-key parameter:
node build/index.js --api-key YOUR_API_KEY
Alternatively, you can set the SKETCHFAB_API_KEY environment variable:
export SKETCHFAB_API_KEY=YOUR_API_KEY
npm start
sketchfab-search
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)
sketchfab-model-details
Get detailed information about a specific Sketchfab model. Parameters: modelId (string)
sketchfab-download
Download a 3D model from Sketchfab. Parameters: modelId (string), format (optional string), outputPath (optional string)
1. sketchfab-search
Search for 3D models on Sketchfab based on keywords and filters.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"sketchfab": {
"env": {
"SKETCHFAB_API_KEY": "YOUR_API_KEY"
},
"args": [
"/path/to/build/index.js",
"--api-key",
"YOUR_API_KEY"
],
"command": "node"
}
}
}
Linux
{
"env": {
"SKETCHFAB_API_KEY": "YOUR_API_KEY"
},
"args": [
"/path/to/build/index.js",
"--api-key",
"YOUR_API_KEY"
],
"command": "node"
}
Macos
{
"env": {
"SKETCHFAB_API_KEY": "YOUR_API_KEY"
},
"args": [
"/path/to/build/index.js",
"--api-key",
"YOUR_API_KEY"
],
"command": "node"
}
Windows
{
"env": {
"SKETCHFAB_API_KEY": "YOUR_API_KEY"
},
"args": [
"/c",
"node",
"/path/to/build/index.js",
"--api-key",
"YOUR_API_KEY"
],
"command": "cmd"
}
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.
- 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)
- Node.js 18 or higher
- A Sketchfab API key (for authentication)
- Clone this repository
- Install dependencies:
npm install
To provide your Sketchfab API key, use the--api-keyparameter:
node build/index.js --api-key YOUR_API_KEY
Alternatively, you can set theSKETCHFAB_API_KEYenvironment variable:
export SKETCHFAB_API_KEY=YOUR_API_KEY npm start
Search for 3D models on Sketchfab based on keywords and filters.
- 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)
Get detailed information about a specific Sketchfab model.
- modelId: The unique ID of the Sketchfab model
- 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
- Go to Cursor Settings -> MCP -> Add new MCP server
- Configure your MCP:
- Name: Sketchfab MCP
- Type: command
- Command:node /path/to/build/index.js --api-key YOUR_API_KEY
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"] } } }
You can set the following environment variables:
- SKETCHFAB_API_KEY: Your Sketchfab API key (alternative to passing it with the --api-key parameter)
Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.
Semantic search over 9 free-license stock photo sources. Hosted remote server with OAuth — no API key to paste.
Official Tavily MCP server for AI search and content extraction, giving MCP clients web search, crawl, and extract tools.
一条工務店で家を建てた施主「ろれさん」のブログ記事と、YouTube/X/Instagram/Web から集めた約3,000件の家づくり Tips を横断検索できる MCP サーバ。すべての結果に出典URLが付きます。
Search human-curated content recommendations from real people who explain why resources are valuable - The Internet Treasure Map
Query Erick Wendel's contributions, including talks, blog posts, and videos, using natural language.
Search and discover audio content from Freesound.org for video editing and content creation.
Perform advanced web research using Google Search, with intelligent content extraction and multi-source synthesis.
An MCP (Model Context Protocol) server that gives AI assistants real-time news fetching, search, NLP analysis, and personalized news preferences — all accessible through natural language.
A search tool for finding movies and TV shows from multiple video sources with link validation.
Search and retrieve royalty-free images and videos using the Pixabay API.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




