Sketchfab MCP Server
Sketchfab MCP 服务器
一个用于与 Sketchfab 3D 模型平台交互的模型上下文协议 (MCP) 服务器。此 MCP 允许您直接通过 Claude 或 Cursor 从 Sketchfab 搜索、查看详细信息以及下载 3D 模型。
特征
搜索 3D 模型:使用关键字、标签和类别在 Sketchfab 上查找模型
查看模型详细信息:获取有关特定模型的全面信息
下载模型:下载各种格式的模型(gltf、glb、usdz、source)
Related MCP server: meshy-mcp
先决条件
Node.js 18 或更高版本
Sketchfab API 密钥(用于身份验证)
安装
克隆此存储库
安装依赖项:
npm install构建项目:
npm run build
用法
运行 MCP 服务器
npm start要提供您的 Sketchfab API 密钥,请使用--api-key参数:
node build/index.js --api-key YOUR_API_KEY或者,您可以设置SKETCHFAB_API_KEY环境变量:
export SKETCHFAB_API_KEY=YOUR_API_KEY
npm start可用工具
1. sketchfab-搜索
根据关键字和过滤器在 Sketchfab 上搜索 3D 模型。
参数:
query(可选):文本搜索查询(例如,“汽车”,“房子”,“人物”)tags(可选):按特定标签过滤(例如,[“animated”,“rigged”,“pbr”])categories(可选):按类别过滤(例如,[“characters”,“architecture”,“vehicles”])downloadable(可选):设置为 true 以仅显示可下载的模型limit(可选):返回的最大结果数(1-24,默认值:10)
2. SketchFab 模型细节
获取有关特定 Sketchfab 模型的详细信息。
参数:
modelId:Sketchfab 模型的唯一 ID
3. Sketchfab 下载
从 Sketchfab 下载 3D 模型。
参数:
modelId:要下载的 Sketchfab 模型的唯一 IDformat(可选):下载模型的首选格式(gltf、glb、usdz、source)outputPath(可选):保存下载文件的本地目录或文件路径
与游标一起使用
前往“光标设置”->“MCP”->“添加新的 MCP 服务器”
配置您的 MCP:
名称:Sketchfab MCP
类型:命令
命令:
node /path/to/build/index.js --api-key YOUR_API_KEY
与 Claude Desktop 一起使用
将以下 MCP 配置添加到您的 Claude Desktop 配置中:
{
"mcpServers": {
"sketchfab": {
"command": "node",
"args": ["/path/to/build/index.js", "--api-key", "YOUR_API_KEY"]
}
}
}环境变量
您可以设置以下环境变量:
SKETCHFAB_API_KEY:您的 Sketchfab API 密钥(也可以通过 --api-key 参数传递)
执照
国际学习中心
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
AlicenseNot gradedqualityBmaintenanceEnables AI agents to create, manage, and download 3D models, textures, images, rigged characters, and animations through natural conversation.98837MIT- FlicenseNot gradedqualityDmaintenanceSearch 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