hf-papers-mcp

hf-papers-mcp

Enables assistants to search, fetch daily curated lists, retrieve metadata, and generate citations for Hugging Face papers.

Category
Visit Server

README

<p align="center"> <img src="./assets/header.svg" alt="hf-papers-mcp — Hugging Face Papers, inside your assistant" width="100%"> </p>

An MCP server that lets your assistant read Hugging Face Papers — search them, pull the daily curated list, fetch metadata, and generate citations.

Ask "what shipped on speculative decoding this week?" and get real papers with upvote counts and abstracts, instead of whatever was in the model's training data.

Install

Clone it, then point your MCP client (Claude Desktop, Claude Code, or any MCP host) at server.js:

git clone https://github.com/QEbellavita/hf-papers-mcp
{
  "mcpServers": {
    "hf-papers": {
      "command": "node",
      "args": ["/absolute/path/to/hf-papers-mcp/server.js"]
    }
  }
}

Not on npm — use the clone above rather than npx hf-papers-mcp.

Requires uv. The Python side declares its dependencies inline (PEP 723), so uv run resolves them on first call — no virtualenv to create or pip install to remember. Without uv it falls back to bare python3, which lacks huggingface_hub and will return degraded results rather than pretending everything is fine.

No API key needed for reads. Set HF_TOKEN only if you want link or claim.

Tools

Tool What it does
hf_papers_search Search papers by keyword
hf_papers_daily The daily curated list, optionally for a past date
hf_papers_info Full metadata for an arXiv ID — title, authors, abstract, URLs
hf_papers_citation BibTeX, APA or MLA
hf_papers_check Whether a paper is indexed on HF
hf_papers_index Trigger indexing of an arXiv paper on HF

Example

> what were the top papers on Hugging Face yesterday?

  [1] Domino: Decoupling Causal Modeling from Autoregressive Drafting
      in Speculative Decoding
      arXiv: 2605.29707  |  Upvotes: 152

Bulk digests

Pull a date range in one go:

node bin/daily.js 2026-07-01 2026-07-14

Writes JSON keyed by date to /tmp/, and records the window in .hf_papers_last_run.json so a bare node bin/daily.js picks up where the last run finished.

Tests

npm test                      # hermetic — no network
HF_PAPERS_E2E=1 npm test      # adds live API tests

The default suite is offline and covers tool definitions plus a real MCP handshake over stdio. The live tests hit the Hugging Face API and assert that responses come back as parsed JSON — a regression guard, because diagnostics written to stdout used to corrupt the JSON stream and silently degrade structured responses into raw strings.

Notes

Everything runs as a fresh subprocess per call — no daemon, no cached state, nothing persisted beyond the optional bin/daily.js run marker. Diagnostics go to stderr, since stdout is the MCP transport and anything else written there breaks the protocol.

Licence

MIT — see LICENSE.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured