Best for
- Developers wanting to integrate Hugging Face ecosystem into LLM tools
- AI application builders needing access to models, datasets, and Gradio apps
Official Hugging Face MCP server, feature-rich, supports multiple clients and transports, suitable for integrating Hugging Face ecosystem.
The official Hugging Face MCP Server provides MCP implementations of Hub API and Search endpoints, along with an MCP server and web application for deploying endpoints. It supports STDIO and stateless Streamable HTTP JSON transports, with tool selection configurable per request via user configuration API and query parameters.
claude mcp add hf-mcp-server -t http https://huggingface.co/mcp?login (or use a token).gemini mcp add -t http huggingface https://huggingface.co/mcp?login.npx @llmindset/hf-mcp-server or docker run --rm -p 3000:3000 ghcr.io/evalstate/hf-mcp-server:latest.