Skip to main content
Glama

Hugging Face MCP Server

search-models

Find models on Hugging Face Hub by query, author, or tags to easily locate specific machine learning models for your projects.

Instructions

Search for models on Hugging Face Hub

Input Schema

NameRequiredDescriptionDefault
authorNoFilter by author/organization (e.g., 'huggingface', 'google')
limitNoMaximum number of results to return
queryNoSearch term (e.g., 'bert', 'gpt')
tagsNoFilter by tags (e.g., 'text-classification', 'translation')

Input Schema (JSON Schema)

{ "properties": { "author": { "description": "Filter by author/organization (e.g., 'huggingface', 'google')", "type": "string" }, "limit": { "description": "Maximum number of results to return", "type": "integer" }, "query": { "description": "Search term (e.g., 'bert', 'gpt')", "type": "string" }, "tags": { "description": "Filter by tags (e.g., 'text-classification', 'translation')", "type": "string" } }, "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/shreyaskarnik/huggingface-mcp-server'

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