arxiv-mcp-server
The ArXiv MCP Server is designed to interface with the arXiv API, allowing users to search for and retrieve scientific papers. It supports complex queries and returns results as structured MCP resources. The server can be integrated with AI assistants like Claude Desktop to enhance paper discovery.
ArXiv MCP Server
An implementation of the Model Context Protocol (MCP) server for interacting with the arXiv API. This server allows AI assistants to search for scientific papers, retrieve paper details, and discover the latest papers in specific categories.
Features
- Search papers on arXiv with complex queries
- Retrieve papers by ID
- Discover the latest papers in specific categories
- Returns papers as structured MCP resources
Installation
- Clone the repository. 2. Install dependencies with npm. 3. Build the project and start the server.
Usage with Claude Desktop
To use with Claude Desktop, configure the application to use the ArXiv MCP server for queries related to scientific papers.
Available Tools
searchArXiv
Search for papers with a custom query filtered by categories and other parameters.
getPaperById
Retrieve a paper by its arXiv ID.
getLatestPapers
Fetch the latest papers from a specified category.