candenizkocak/research-papers-mcp-server
If you are the rightful owner of research-papers-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This project is a Model Context Protocol (MCP) server designed to interface with academic paper repositories, particularly the arXiv API, enabling Large Language Models (LLMs) to search and retrieve academic papers.
Tools
Functions exposed to the LLM to take actions
search_papers
Perform a general topic search for papers from sources like arXiv.
find_papers_by_author
Find recent papers by a specific author from sources like arXiv.
get_latest_from_category
Browse the newest submissions in a given arXiv category.
get_paper_by_id
Get full details for a single paper by its arXiv ID.
get_papers_by_ids
Efficiently get details for a list of papers by their arXiv IDs.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client