sketchfab-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SKETCHFAB_API_KEY | Yes | Your Sketchfab API token. Required for all tools. Create one at https://sketchfab.com/settings/password |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sketchfab-searchB | Search for 3D models on Sketchfab based on keywords and filters |
| sketchfab-model-detailsB | Get detailed information about a specific Sketchfab model |
| sketchfab-downloadB | Download a 3D model from Sketchfab |
| sketchfab-list-categoriesA | List Sketchfab model categories with slugs for use in search filters |
| sketchfab-list-licensesA | List Sketchfab model licenses with slugs for use in search filters |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool targets a distinct function: search, details, download, categories, licenses. No overlap or ambiguity.
All tools start with 'sketchfab-' and most use verb_noun pattern (list-categories, list-licenses), but 'sketchfab-model-details' uses noun_noun, a slight deviation.
5 tools is well-scoped for a Sketchfab server, providing essential operations without unnecessary bloat.
Coverage includes search, details, download, and supporting list operations for filters. Missing upload or modify, but appropriate for a read-focused server.