mcp-simple-arxiv

mcp-simple-arxiv

93

The mcp-simple-arxiv is an MCP server designed to interface with the arXiv API, providing capabilities to search and retrieve metadata for scientific papers. It offers integration with clients like Claude Desktop and adheres to arXiv API guidelines.

What is the purpose of the mcp-simple-arxiv server?

The mcp-simple-arxiv server provides access to arXiv's repository of scientific papers, allowing users to search for papers, retrieve metadata, and access paper formats through an API.

How does the server ensure compliance with arXiv's API guidelines?

The server implements rate limiting to a maximum of one request every three seconds and ensures proper error handling and retry logic to comply with arXiv's API usage guidelines.

Can the server be used with platforms other than Claude Desktop?

While the server is designed to work with LLM clients like Claude Desktop, it can potentially be integrated with other platforms that support MCP servers, provided they can execute the necessary commands.

What information can be retrieved about a paper using this server?

Users can retrieve the paper's title, authors, arXiv ID, publication date, abstract, and links to available formats such as PDF and HTML.

Is there a manual installation option available for the server?

Yes, the server can be manually installed using the command pip install mcp-simple-arxiv.