Skip to main content
Glama

Sketchfab MCP Server

by gregkop

sketchfab-search

Find and filter 3D models on Sketchfab using keywords, tags, categories, and downloadable options directly from the MCP server interface.

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" }
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