Paper Scout — Data skill for Claude Code
Personal AI research paper ingestion and scoring pipeline with MCP tools for Claude.
How to install Paper Scout
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open jonradoff/paper-scout and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Paper Scout does
Personal AI research paper ingestion and scoring pipeline with MCP tools for Claude.
Alternatives in Data
- Ars Full — ARS full pipeline — research → write → review → revise → finalize 4.5k ★
- AI Data Extraction — extract all your personal data history from cursor, codex, claude-code, windsurf, and trae 1.3k ★
- Claude Deep Research Skill — Enterprise-grade deep research skill for Claude Code with 8-phase pipeline, source credibility scoring, and au 1k ★
README
Paper Scout
A personal AI research paper ingestion and scoring pipeline. Paper Scout monitors arXiv, Semantic Scholar, and Hugging Face Daily Papers for new research, scores papers against your interest profile using local embeddings (no LLM calls), and stores candidates in MongoDB for review via MCP tools in Claude Desktop or Cowork.
Two halves:
- Automated pipeline — fetches papers on a daily schedule, scores them, writes candidates to MongoDB. Runs on Fly.io (or anywhere Docker runs).
- MCP server — tools that Claude uses to review candidates, assess significance, manage your interest profile. Runs locally on your machine.
How It Works
Every day at a configured time, Paper Scout:
- Pulls new papers from arXiv (across your chosen categories), Semantic Scholar trending, and HF Daily Papers
- Deduplicates against previously seen papers
- Scores each paper (0.0-1.0) using five weighted signals:
| Signal | Default Weight | Source |
|---|---|---|
| Embedding similarity | 0.45 | title+abstract vs your interest profile topics |
| Keyword match | 0.15 | keywords found in title/abstract |
| Citation & author signals | 0.20 | Semantic Scholar citation count, h-index |
| Community signal | 0.10 | HF Daily Papers upvotes |
| Recency bonus | 0.10 | Linear decay over fetch window |
- Papers above the candidate threshold get stored as candidates for your review
- You review them in Claude Desktop / Cowork using the MCP tools
Setup
Prerequisites
- Python 3.12+
- MongoDB (local or Atlas free tier)
1. Clone and install
git clone https://github.com/jonradoff/paper-scout.git
cd paper-scout
python -m venv .venv
source .venv/bin/activate
pip install -e ".[mcp]"
2. Configure
cp .env.example .env
Edit `.env` with your settings:
MONGODB_URI(required) — your MongoDB connection string. Localmongodb://localhost:27017works, or use Atlas: `mongodb+srv://
Related Skills
LLM Agent Experiments
Benchmarking open-weight LLM coding agents as SCOUT delegates: model comparison experiments with pre-registere
Country Finder
Runs the full Country Finder pipeline — criteria intake, grounded country discovery, per-country research, sco
YouTube Scout
Claude Code skill: one topic in, one ranked YouTube research workbook out. Searches YouTube Data API v3, ranks
Econ Paper Studio
End-to-end empirical economics workflow for AI agents Five-stage pipeline (question/design/execute/verify/writ
SelfHub
Personal MCP-powered digital hub - private data center with AI integration for memory, notes, and personal kno
Ckw Skills
ckw-skills — Conner K. Ward's Claude Code marketplace of skills + MCP servers: human-in-the-loop studios, dete
Related Agents
Citation Explorer
Explore citation chains for a topic. Takes a seed paper or topic, uses web search to trace citation relationsh
Pipeline Engineer
WS4 specialist for ingestion pipeline integrity in genai_incidents. Use for WS4-T1 through WS4-T8 - pinned ing
Lit Scout
Literature evaluation specialist. Reviews PRE-READ paper subsets, extracts evidence claims with provenance (DO