MCP Directory
Back

mcp-hfspace

by evalstate · TypeScript · ★ 386

MCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.

Install

npx -y github:evalstate/mcp-hfspace

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-hfspace": {
      "command": "npx",
      "args": [
        "-y",
        "github:evalstate/mcp-hfspace"
      ]
    }
  }
}

From the README

> [!TIP] > > You can access and configure Hugging Face MCP services directly at https://hf.co/mcp, including Gradio spaces. > > This project has been superceded by the official [Hugging Face MCP Server](https://github.com/evalstate/hf-mcp-server) and [Gradio MCP Endpoints](https://huggingface.co/blog/gradio-mcp). > > Alternatively you can run hf-mcp-server locally as a STDIO Server, or with robust support for SSE, Streaming HTTP and Streaming HTTP JSON Mode. This also runs a local UI for selecting tools and endpoints and supports too. Read the introduction here [llmindset.co.uk/resources/mc…
Read full README on GitHub →

Related ai & ml servers