Skip to main content
Glama

Hugging Face MCP Server

search-models

Find and filter models on Hugging Face Hub using queries, authors, and tags. Retrieve relevant models for tasks like text classification or translation with customizable result limits.

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" }

Other Tools from Hugging Face MCP Server

Related Tools

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