Skip to main content
Glama

Sketchfab MCP Server

by gregkop

sketchfab-download

Download 3D models from Sketchfab in formats like gltf, glb, or usdz by specifying the model ID and saving to your preferred output path.

Instructions

Download a 3D model from Sketchfab

Input Schema

NameRequiredDescriptionDefault
formatNoPreferred format to download the model in (defaults to gltf if available)
modelIdYesThe unique ID of the Sketchfab model to download (must be downloadable)
outputPathNoLocal directory or file path to save the downloaded file (will use temp directory if not specified)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "description": "Preferred format to download the model in (defaults to gltf if available)", "enum": [ "gltf", "glb", "usdz", "source" ], "type": "string" }, "modelId": { "description": "The unique ID of the Sketchfab model to download (must be downloadable)", "type": "string" }, "outputPath": { "description": "Local directory or file path to save the downloaded file (will use temp directory if not specified)", "type": "string" } }, "required": [ "modelId" ], "type": "object" }
Install Server

Other Tools from Sketchfab MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gregkop/sketchfab-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server