This MCP server implementation provides a flexible arXiv search and analysis service. It offers tools for querying arXiv papers, downloading PDFs, and extracting text content. The server supports asynchronous operations and integrates with external services like PyMuPDF for PDF processing. It's designed for use cases requiring AI-assisted literature review, research trend analysis, or automated paper summarization in scientific domains.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Search for papers with optional filters. Parameters: query (string), max_results (integer), date_from (string, optional), categories (list of strings, optional)
Download a paper by its arXiv ID. Parameters: paper_id (string)
View all downloaded papers. Parameters: None
Access the content of a downloaded paper. Parameters: paper_id (string)