Back to MCP Servers
🔌

evalstate/mcp-hfspace

MIT

📇 ☁️ - Use HuggingFace Spaces directly from Claude. Use Open Source Image Generation, Chat, Vision tasks and more. Supports Image, Audio and text uploads/downloads.

TypeScriptFiles

Install

npx -y @llmindset/mcp-hfspace

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "evalstate-mcp-hfspace": {
      "command": "npx",
      "args": [
        "-y",
        "@llmindset/mcp-hfspace"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.