Skip to main content
Glama

BlenderMCP

by ujs204
MIT License
  • Apple

search_sketchfab_models

Find and filter 3D models on Sketchfab by query, categories, and download options. Returns structured results for integration with Blender via BlenderMCP.

Instructions

Search for models on Sketchfab with optional filtering.

Parameters:

  • query: Text to search for
  • categories: Optional comma-separated list of categories
  • count: Maximum number of results to return (default 20)
  • downloadable: Whether to include only downloadable models (default True)

Returns a formatted list of matching models.

Input Schema

NameRequiredDescriptionDefault
categoriesNo
countNo
downloadableNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "categories": { "default": null, "title": "Categories", "type": "string" }, "count": { "default": 20, "title": "Count", "type": "integer" }, "downloadable": { "default": true, "title": "Downloadable", "type": "boolean" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "search_sketchfab_modelsArguments", "type": "object" }

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/ujs204/CLAUDE-BLENDER-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server