metadata
title: HF Papers Search
emoji: 📚
colorFrom: purple
colorTo: blue
sdk: docker
app_port: 7860
short_description: Fast-agent MCP server for Hugging Face Daily Papers search
HF Papers Search (MCP)
This Space runs fast-agent as an MCP server to provide specialized search over the Hugging Face Daily Papers feed.
Features
- Query
/api/daily_paperswith date/week/month filters - Local keyword filtering across titles, summaries, authors, AI keywords
- Token passthrough via Hugging Face OAuth or Bearer tokens
Environment Variables
Set these in Space settings:
FAST_AGENT_SERVE_OAUTH=hfFAST_AGENT_OAUTH_SCOPES=inference-apiFAST_AGENT_OAUTH_RESOURCE_URL=https://evalstate-hf-papers.hf.spaceHF_TOKEN=hf_dummy(dummy token required at startup)OPENAI_API_KEY=DUMMY(per request, your clients can override)
Usage
Once running, the agent is available via HTTP at the Space URL.