📦
Sketchfab MCP
Simple MCP for using the Sketchfab API
0 installs
Trust: 43 — Fair
Devtools
Installation
npx sketchfab-mcpAsk AI about Sketchfab MCP
Powered by Claude · Grounded in docs
I know everything about Sketchfab MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Sketchfab MCP
A microservice for interacting with the Sketchfab API using MCP (Model Control Protocol).
Features
- Search for downloadable models on Sketchfab
- Download a model from Sketchfab given a UID
Environment Variables
SKETCHFAB_API_TOKEN: Your Sketchfab API token
How to use
- Create an Sketchfab account: https://sketchfab.com/
- You can find your Sketchfab API Token at: https://sketchfab.com/settings/password
- Add the following MCP server as a command in Cursor:
env SKETCHFAB_API_TOKEN=PLACEHOLDER uvx sketchfab-mcp
Running with Docker
docker build -t sketchfab-mcp .
docker run -it --rm -p 8000:8000 -e SKETCHFAB_API_TOKEN=PLACEHOLDER sketchfab-mcp
