mcp-hfspace
The mcp-hfspace MCP Server allows users to connect with Hugging Face Spaces, offering functionalities such as image generation and text-to-speech with Claude Desktop integration. It provides flexibility for file handling and resource management, making it ideal for diverse machine learning tasks.
What is the default space connected by mcp-hfspace?
The default space connected by mcp-hfspace is 'black-forest-labs/FLUX.1-schnell', which provides image generation capabilities.
How can I specify a working directory for file handling?
You can specify a working directory by using the '--work-dir=/your_directory' argument or setting the 'MCP_HF_WORK_DIR' environment variable.
Can I use private Hugging Face spaces with mcp-hfspace?
Yes, you can use private spaces by supplying your Hugging Face Token with the '--hf-token=hf_...' argument or 'HF_TOKEN' environment variable.
What should I do if I encounter issues with Claude Desktop?
If you encounter issues, use the MCP Inspector to diagnose problems, and ensure you are not exceeding your Hugging Face ZeroGPU quota.
How can I manage multiple server instances?
You can run multiple server instances by using different working directories and tokens as needed.