EveryDev.ai
Subscribe
Home
Tools

3,355+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Hugging Face MCP Server
    Hugging Face MCP Server icon

    Hugging Face MCP Server

    MCP Servers

    The official Hugging Face MCP Server that connects AI assistants to the Hugging Face Hub, enabling access to models, datasets, research papers, and thousands of Gradio AI applications.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free to use, modify, and deploy under the MIT License. Self-host via npx or Docker, or use the hosted endpoint at huggingface.co/mcp.

    Engagement

    Available On

    Web
    API
    VS Code
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    MCP ServersMCP IntegrationAI Infrastructure

    Alternatives

    Cloudflare MCP ServerFigma MCP ServerObot
    Developer
    Hugging Face, Inc.Brooklyn, NYEst. 2016$395.2M+ raised

    Listed Aug 2026

    About Hugging Face MCP Server

    The Hugging Face MCP Server is the official open-source server that bridges AI assistants with the Hugging Face Hub ecosystem via the Model Context Protocol (MCP). Built by Hugging Face and released under the MIT License, it is actively maintained on GitHub with the latest release being v0.4.5 as of August 2026. The server is written in TypeScript and supports both STDIO and StreamableHTTP (stateless JSON mode) transports.

    What It Is

    The Hugging Face MCP Server implements the Model Context Protocol — an open standard that enables AI assistants to securely connect to external data sources and tools. Through this server, LLM-powered clients can search and discover models, datasets, research papers, and Spaces (AI applications) hosted on the Hugging Face Hub. It acts as a bridge between any MCP-compatible AI client and Hugging Face's ecosystem of over 2 million models, 500,000 datasets, and 1 million applications.

    Supported Clients and Setup Path

    The server is designed for quick integration with popular AI development environments. The README documents one-click or single-command installation for:

    • Claude Desktop / claude.ai — via the Connectors gallery
    • Claude Code — via claude mcp add hf-mcp-server -t http https://huggingface.co/mcp
    • Visual Studio Code — via the MCP gallery at code.visualstudio.com/mcp
    • Cursor — via a direct install link or manual JSON config
    • Gemini CLI — via gemini mcp add
    • LM Studio — supported client listed on the project homepage

    Authentication uses a Hugging Face API token passed as a Bearer header, or via an OAuth login flow using the ?login query parameter.

    Deployment Model

    The server can be consumed in three ways:

    • Hosted endpoint — Use https://huggingface.co/mcp directly; no local setup required
    • npx — Run locally with npx @llmindset/hf-mcp-server (STDIO) or npx @llmindset/hf-mcp-server-http (HTTP)
    • Docker — Pull ghcr.io/evalstate/hf-mcp-server:latest and run with configurable transport and token settings

    The web application and HTTP transports start on port 3000 by default and include a management dashboard that reports server status and MCP method metrics.

    Architecture and Extensibility

    The repository is organized into two main packages: /mcp (Hub API and search endpoint implementations) and /app (the MCP server and web application). Key architectural features include:

    • Proxy tools via CSV — Load additional MCP tool definitions at startup from external Streamable HTTP endpoints by setting PROXY_TOOLS_CSV
    • Skills catalog — Expose a shared Hugging Face skills catalog via HF_SKILLS_DIR, supporting the SEP-2640 index format and skill:// resources
    • Tool filtering — Disable specific tools via DISABLE_TOOLS environment variable
    • Per-user configuration — Optional USER_CONFIG_API for per-user tool and Space selection
    • Bouquet/mix parameters — Query parameters for dynamic tool selection per request

    The server supports the io.modelcontextprotocol/skills extension with directoryRead: true for skills navigation.

    Update: v0.4.5

    The latest release, v0.4.5, was published on August 1, 2026, with the repository showing active development (last push the same day). The project was created in May 2025 and has accumulated 271 stars and 84 forks on GitHub. The project homepage at huggingface.co/mcp serves as the primary entry point for the hosted server, with detailed client setup instructions and tool/Space configuration available at huggingface.co/settings/mcp.

    Hugging Face MCP Server - 1

    Community Discussions

    Be the first to start a conversation about Hugging Face MCP Server

    Share your experience with Hugging Face MCP Server, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Free to use, modify, and deploy under the MIT License. Self-host via npx or Docker, or use the hosted endpoint at huggingface.co/mcp.

    • Hosted MCP endpoint at huggingface.co/mcp
    • STDIO and StreamableHTTP transport support
    • Search models, datasets, papers, and Spaces
    • Connect to Gradio AI applications
    • npx and Docker deployment options

    Capabilities

    Key Features

    • Connect AI assistants to Hugging Face Hub via MCP
    • Search and discover models, datasets, and research papers
    • Access thousands of Gradio AI applications (Spaces)
    • STDIO and StreamableHTTP (stateless JSON) transport support
    • Hosted endpoint at huggingface.co/mcp
    • Local deployment via npx or Docker
    • Management web dashboard with MCP method metrics
    • Per-user tool and Space configuration
    • Proxy tools via CSV for external MCP endpoints
    • Skills catalog support with SEP-2640 index format
    • Bearer token and OAuth login authentication
    • Tool filtering via DISABLE_TOOLS environment variable
    • Bouquet/mix query parameters for dynamic tool selection

    Integrations

    Claude Desktop
    Claude.ai
    Claude Code
    Visual Studio Code
    Cursor
    Gemini CLI
    LM Studio
    Codex CLI
    Hugging Face Hub
    Gradio
    Docker
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Hugging Face MCP Server and help others make informed decisions.

    Developer

    Hugging Face, Inc.

    Hugging Face is a company specializing in artificial intelligence with a focus on natural language processing. They maintain a popular platform for model sharing and provide tools and libraries that democratize access to state-of-the-art machine learning.

    Founded 2016
    Brooklyn, NY
    $395.2M+ raised
    250 employees

    Used by

    Intel
    Pfizer
    eBay
    Bloomberg
    +3 more
    Read more about Hugging Face, Inc.
    WebsiteGitHubX / Twitter
    8 tools in directory

    Similar Tools

    Cloudflare MCP Server icon

    Cloudflare MCP Server

    A collection of open-source Model Context Protocol servers that connect MCP clients like Cursor and Claude to Cloudflare's services via natural language.

    Figma MCP Server icon

    Figma MCP Server

    An MCP server that brings Figma design context directly into AI agent workflows, enabling code generation from design files and writing native Figma content back to the canvas.

    Obot icon

    Obot

    Open-source MCP gateway and control plane for enterprise IT that centralizes MCP servers, access policies, auditing, and integrations for AI agents.

    Browse all tools

    Related Topics

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    164 tools

    MCP Integration

    Tools for integrating MCP with existing AI systems and applications.

    79 tools

    AI Infrastructure

    Infrastructure designed for deploying and running AI models.

    331 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions