Arxiv Search
Searches and retrieves academic papers from arXiv using the Model Context Protocol.
About
Arxiv Search provides a Model Context Protocol (MCP) server that allows users to search for academic papers on arXiv. It enables accessing detailed information about papers, including title, authors, summary, publication date, and PDF link, all through a structured JSON format. The server supports customizable search parameters, sorting, and pagination of results, making it easy to integrate arXiv paper searches into applications that utilize the MCP framework.
Key Features
- Lists and accesses papers via `arxiv://paper/{id}` URIs
- Supports JSON mime type for structured content access
- Offers a `search_papers` tool with query, max results, sorting, and pagination parameters
- Returns formatted search results with paper details
- Provides paper metadata: title, authors, summary, publication date, and PDF link
- 3 GitHub stars
Use Cases
- Integrating arXiv paper searches into VSCode and Roo Cline
- Integrating arXiv paper searches into Claude Desktop
- Building applications that require programmatic access to arXiv paper metadata