hf-papers-mcp
Related Servers
Alternatives to hf-papers-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables searching, fetching, and analyzing scientific papers from ArXiv, ACL Anthology, Semantic Scholar, and Hugging Face datasets, with optional LLM-powered document QA and research proposal workflows.637 PyPI91Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables fetching HuggingFace daily papers for today, yesterday, or a specific date, providing paper details including title, authors, abstract, tags, votes, and links.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to discover and manage arXiv papers by searching for papers, extracting metadata, and browsing saved collections, all within the conversation.1MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to search over 2M+ ArXiv papers, find code implementations, track citations, and get SOTA benchmarks — all without any API keys.1MIT
- AlicenseNot gradedqualityDmaintenanceEnables searching and retrieving academic paper metadata from Semantic Scholar, including paper details, citations, and author information.21MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to search arXiv papers, retrieve metadata, browse categories, and read paper text.4MIT
TDQS
Scored across 6 tools
Tools are mostly distinct: daily, search, citation, and index each target different actions. However, hf_papers_info and hf_papers_check both return metadata, which could cause an agent to select the wrong one.
All tools share the consistent hf_papers_ prefix, but the suffixes mix parts of speech (daily is an adjective, info and citation are nouns, while search, check, and index are verbs). The naming is readable and predictable, but not perfectly uniform verb_noun.
With 6 tools covering discovery, search, metadata, citation, verification, and indexing, the count is well-scoped for a Hugging Face papers server. No redundant or missing tools at this granularity.
The tool surface covers the key research workflow: discovering papers (daily), searching (search), retrieving details (info), citing (citation), checking availability (check), and adding new papers (index). No obvious dead ends or missing core operations.