Skip to main content
Glama
AliRezaBeigy

sketchfab-mcp-server

by AliRezaBeigy

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SKETCHFAB_API_KEYYesYour 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct function: search, details, download, categories, licenses. No overlap or ambiguity.

Naming Consistency4/5

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.

Tool Count5/5

5 tools is well-scoped for a Sketchfab server, providing essential operations without unnecessary bloat.

Completeness4/5

Coverage includes search, details, download, and supporting list operations for filters. Missing upload or modify, but appropriate for a read-focused server.

Maintenance

ActivityInactive
ResponsivenessNo issues