Sketchfab MCP Server
Enables searching for, viewing details of, and downloading 3D models from Sketchfab's platform in various formats (gltf, glb, usdz, source)
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Sketchfab MCP Serversearch for low-poly character models with animation"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Sketchfab MCP Server
A Model Context Protocol (MCP) server for interacting with Sketchfab's 3D model platform. This MCP allows you to search, view details, and download 3D models from Sketchfab directly through Claude or Cursor.
Features
Search for 3D Models: Find models on Sketchfab using keywords, tags, and categories
View Model Details: Get comprehensive information about specific models
Download Models: Download models in various formats (gltf, glb, usdz, source)
Related MCP server: meshy-mcp
Prerequisites
Node.js 18 or higher
A Sketchfab API key (for authentication)
Installation
Clone this repository
Install dependencies:
npm installBuild the project:
npm run build
Usage
Running the MCP Server
npm startTo provide your Sketchfab API key, use the --api-key parameter:
node build/index.js --api-key YOUR_API_KEYAlternatively, you can set the SKETCHFAB_API_KEY environment variable:
export SKETCHFAB_API_KEY=YOUR_API_KEY
npm startAvailable Tools
1. sketchfab-search
Search for 3D models on Sketchfab based on keywords and filters.
Parameters:
query(optional): Text search query (e.g., "car", "house", "character")tags(optional): Filter by specific tags (e.g., ["animated", "rigged", "pbr"])categories(optional): Filter by categories (e.g., ["characters", "architecture", "vehicles"])downloadable(optional): Set to true to show only downloadable modelslimit(optional): Maximum number of results to return (1-24, default: 10)
2. sketchfab-model-details
Get detailed information about a specific Sketchfab model.
Parameters:
modelId: The unique ID of the Sketchfab model
3. sketchfab-download
Download a 3D model from Sketchfab.
Parameters:
modelId: The unique ID of the Sketchfab model to downloadformat(optional): Preferred format to download the model in (gltf, glb, usdz, source)outputPath(optional): Local directory or file path to save the downloaded file
Using with Cursor
Go to Cursor Settings -> MCP -> Add new MCP server
Configure your MCP:
Name: Sketchfab MCP
Type: command
Command:
node /path/to/build/index.js --api-key YOUR_API_KEY
Using with Claude Desktop
Add the following MCP config to your Claude Desktop configuration:
{
"mcpServers": {
"sketchfab": {
"command": "node",
"args": ["/path/to/build/index.js", "--api-key", "YOUR_API_KEY"]
}
}
}Environment Variables
You can set the following environment variables:
SKETCHFAB_API_KEY: Your Sketchfab API key (alternative to passing it with the --api-key parameter)
License
ISC
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseDqualityCmaintenanceAn interface that enables Claude to interact with Spline 3D design tool, allowing operations like exporting scenes, importing models, and creating animations through natural language commands.7378MIT
- AlicenseAqualityFmaintenanceEnables Claude to generate 3D models from text or images, apply textures, and export to GLB/FBX/USDZ using the Meshy AI API.63MIT

Meshy MCP Serverofficial
Alicense-qualityBmaintenanceEnables AI agents to create, manage, and download 3D models, textures, images, rigged characters, and animations through natural conversation.73930MIT- Flicense-qualityDmaintenanceSearch and download 3D models from Sketchfab using the Sketchfab API.
Related MCP Connectors
Generate AI images, video, speech, music and presentations from Claude, ChatGPT and Cursor.
Agent-first skill marketplace with USK open standard for Claude, Cursor, Gemini, Codex CLI.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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