hf-papers / README.md
evalstate's picture
evalstate HF Staff
Deploy hf_paper_search MCP server
b487777 verified
---
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](https://fast-agent.ai/) as an MCP server to provide
specialized search over the Hugging Face Daily Papers feed.
## Features
- Query `/api/daily_papers` with 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=hf`
- `FAST_AGENT_OAUTH_SCOPES=inference-api`
- `FAST_AGENT_OAUTH_RESOURCE_URL=https://evalstate-hf-papers.hf.space`
- `HF_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.