HuggingFace Spaces Connector

HuggingFace Spaces Connector

evalstate

Connects AI assistants to Hugging Face Spaces, allowing you to search and use diverse AI models without manual configuration.

382523 views60RemoteLocal (stdio)

What it does

  • Search Hugging Face Spaces with semantic queries
  • Generate images with FLUX.1-schnell model
  • Browse available files and resources
  • Access AI models without API key setup

Best for

AI enthusiasts exploring different modelsDevelopers prototyping with Hugging Face modelsUsers wanting image generation capabilities
No API key neededAutomatic endpoint configurationBuilt-in image generation

Tools (3)

available-files

A list of available file and resources. If the User requests things like 'most recent image' or 'the audio' use this tool to identify the intended resource.This tool returns 'resource uri', 'name', 'size', 'last modified' and 'mime type' in a markdown table

search-spaces

Use semantic search to find an endpoint on the `Hugging Face Spaces` service. The search term will usually be 3-7 words describing a task or activity the Person is trying to accomplish. The results are returned in a markdown table. Present all results to the Person. Await specific guidance from the Person before making further Tool calls.

FLUX_1-schnell-infer

Call the FLUX.1-schnell endpoint /infer

Alternatives