MCP Hub
Back to servers

Sketchfab

A tool-based interface for the Sketchfab API that enables searching for 3D models and downloading them directly using their unique identifiers.

Stars
1
Forks
2
Tools
2
Updated
Mar 6, 2025
Validated
Jan 11, 2026

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

  1. Create an Sketchfab account: https://sketchfab.com/
  2. You can find your Sketchfab API Token at: https://sketchfab.com/settings/password
  3. 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

Reviews

No reviews yet

Sign in to write a review