Huggingface Daily Papers
@huangxinping
关于 Huggingface Daily Papers
A MCP (Model Context Protocol) server for fetching HuggingFace daily papers.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"huggingface-papers": {
"command": "uvx",
"args": [
"huggingface-daily-paper-mcp"
]
}
}
}工具
3Get HuggingFace daily papers for a specific date
Get today's HuggingFace daily papers
Get yesterday's HuggingFace daily papers
概览
What is Huggingface Daily Papers?
Huggingface Daily Papers is a Model Context Protocol (MCP) server that fetches daily papers from Hugging Face. It provides tools and resources to retrieve papers for today, yesterday, or a specific date, including title, authors, abstract, tags, votes, and download links. The server is intended for AI developers and agents using MCP-compatible clients (e.g., Claude Code, Cursor IDE) to stay current with machine learning research.
How to use Huggingface Daily Papers?
Install and run directly using uvx huggingface-daily-paper-mcp (recommended) or clone the repository for local development. The server runs as an MCP server via python main.py. Configuration is done by adding the server to your MCP client settings (e.g., in Claude Code, Cursor, Windsurf, or VS Code Continue) with the command uvx and argument ["huggingface-daily-paper-mcp"].
Key features of Huggingface Daily Papers
- Fetch papers for today, yesterday, or any date (YYYY-MM-DD).
- Returns title, authors, abstract, tags, votes, and submitter.
- Includes paper URL and PDF download link.
- Exposes MCP tools (
get_papers_by_date,get_today_papers,get_yesterday_papers). - Provides MCP resources (
papers://today,papers://yesterday). - ArXiv integration for complete author lists.
Use cases of Huggingface Daily Papers
- Stay updated with the latest Hugging Face daily papers.
- Integrate paper fetching into AI coding assistants like Claude Code or Cursor.
- Automate retrieval and analysis of recent machine learning research.
- Build custom dashboards or notification systems for specific paper tags.
FAQ from Huggingface Daily Papers
What tools does the server provide?
Three tools: get_papers_by_date (with a date parameter in YYYY-MM-DD format), get_today_papers, and get_yesterday_papers (both with no parameters).
What resources does the server expose?
Two resources: papers://today and papers://yesterday, returning today's and yesterday's papers as JSON data.
What are the runtime requirements?
Python 3.10+ and dependencies: MCP, Requests, BeautifulSoup4, pytest, and uv (package manager). The server uses uvx for direct execution.
How do I install the server?
Run uvx huggingface-daily-paper-mcp in your terminal. For local development, clone the repository and use uv sync.
How do I configure the server for Claude Code?
Add to your MCP configuration under mcpServers with "command": "uvx" and "args": ["huggingface-daily-paper-mcp"].
AI 与智能体 分类下的更多 MCP 服务器
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
评论