gregkop_sketchfab-mcp-server
0
The Sketchfab MCP Server facilitates interaction with Sketchfab's 3D model platform by providing search, detail viewing, and downloading capabilities. It requires Node.js and a Sketchfab API key for access.
Sketchfab MCP Server
A Model Context Protocol (MCP) server for interacting with Sketchfab's 3D model platform. This MCP allows various operations such as searching for 3D models using keywords, viewing detailed information about specific models, and downloading models in different formats.
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)
Prerequisites
- Node.js 18 or higher
- A Sketchfab API key (for authentication)
Usage
Running the MCP Server
To run the server, use npm start
with the --api-key
parameter or set the SKETCHFAB_API_KEY
environment variable.
Available Tools
- sketchfab-search: Search for 3D models with keywords and filters.
- sketchfab-model-details: Get details about a specific model.
- sketchfab-download: Download a preferred 3D model format.