Skip to main content
Glama

Hugging Face MCP Server

search-spaces

Find Spaces on Hugging Face Hub using keywords, authors, tags, or SDK. Filter and retrieve results efficiently for machine learning projects.

Instructions

Search for Spaces on Hugging Face Hub

Input Schema

NameRequiredDescriptionDefault
authorNoFilter by author/organization
limitNoMaximum number of results to return
queryNoSearch term
sdkNoFilter by SDK (e.g., 'streamlit', 'gradio', 'docker')
tagsNoFilter by tags

Input Schema (JSON Schema)

{ "properties": { "author": { "description": "Filter by author/organization", "type": "string" }, "limit": { "description": "Maximum number of results to return", "type": "integer" }, "query": { "description": "Search term", "type": "string" }, "sdk": { "description": "Filter by SDK (e.g., 'streamlit', 'gradio', 'docker')", "type": "string" }, "tags": { "description": "Filter by tags", "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