Sketchfab
About
Provides a streamlined interface to the Sketchfab API for searching and downloading 3D models with filtering options for animated or rigged content.
Details
- Author
- eddydpyl
- Repository
- Eddydpyl/sketchfab_mcp
- Downloads
- 5,676
- Categories
- AI, Design, Developer Tools, Search, Infrastructure, Frontend
Jump to
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.)uvxArguments-
Argument 1
sketchfab-mcp
Environment-
SKETCHFAB_API_TOKEN
PLACEHOLDER
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
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"sketchfab": {
"env": {
"SKETCHFAB_API_TOKEN": "PLACEHOLDER"
},
"args": [
"sketchfab-mcp"
],
"command": "uvx"
}
}
}
Linux
{
"env": {
"SKETCHFAB_API_TOKEN": "PLACEHOLDER"
},
"args": [
"sketchfab-mcp"
],
"command": "uvx"
}
Macos
{
"env": {
"SKETCHFAB_API_TOKEN": "PLACEHOLDER"
},
"args": [
"sketchfab-mcp"
],
"command": "uvx"
}
Windows
{
"env": {
"SKETCHFAB_API_TOKEN": "PLACEHOLDER"
},
"args": [
"/c",
"uvx",
"sketchfab-mcp"
],
"command": "cmd"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




