Skip to main content
Glama

Sketchfab MCP Server

by gregkop

sketchfab-search

Search Sketchfab for 3D models using keywords, tags, categories, and filters like downloadable status. Retrieve relevant models with customizable result limits for efficient exploration.

Instructions

Search for 3D models on Sketchfab based on keywords and filters

Input Schema

NameRequiredDescriptionDefault
categoriesNoFilter by categories (e.g., ["characters", "architecture", "vehicles"])
downloadableNoSet to true to show only downloadable models, false to show all models
limitNoMaximum number of results to return (1-24, default: 10)
queryNoText search query (e.g., "car", "house", "character") to find relevant models
tagsNoFilter by specific tags (e.g., ["animated", "rigged", "pbr"])

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "categories": { "description": "Filter by categories (e.g., [\"characters\", \"architecture\", \"vehicles\"])", "items": { "type": "string" }, "type": "array" }, "downloadable": { "description": "Set to true to show only downloadable models, false to show all models", "type": "boolean" }, "limit": { "description": "Maximum number of results to return (1-24, default: 10)", "type": "number" }, "query": { "description": "Text search query (e.g., \"car\", \"house\", \"character\") to find relevant models", "type": "string" }, "tags": { "description": "Filter by specific tags (e.g., [\"animated\", \"rigged\", \"pbr\"])", "items": { "type": "string" }, "type": "array" } }, "type": "object" }

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