mcp-hfspace

evalstate/mcp-hfspace
★ 382 stars TypeScript 🤖 AI/LLM Updated 2mo ago
MCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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