ARXIV-MCP-SERVER-CUHKSZ
Verified Safeby LKCY23
Overview
The ArXiv MCP Server enables AI assistants to programmatically search, access, download, and analyze academic papers from arXiv via the Model Context Protocol (MCP).
Installation
uv tool run arxiv-mcp-server-cuhkszEnvironment Variables
- ARXIV_STORAGE_PATH
Security Notes
The server primarily communicates via stdio, limiting direct network attack surface from the MCP client. Input validation for search categories is present. File operations are confined to a resolved storage path from CLI/ENV/default, mitigating simple path traversal. The main potential risk lies in the external dependency `pymupdf4llm` processing downloaded PDFs, which could theoretically be exploited by a maliciously crafted PDF, though papers are sourced from generally trusted arXiv.
Similar Servers
context-portal
Manages structured project context for AI assistants and developer tools, enabling Retrieval Augmented Generation (RAG) and prompt caching within IDEs.
zotero-mcp
Seamlessly integrates AI assistants with Zotero for enhanced research assistance, literature reviews, and citation management by enabling AI to interact with the local Zotero library.
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
arXiv-mcp
Provides a Model Context Protocol (MCP) server for searching and retrieving arXiv academic papers for LLMs.