Back to Home
LKCY23 icon

ARXIV-MCP-SERVER-CUHKSZ

Verified Safe

by 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

Run Command
uv tool run arxiv-mcp-server-cuhksz

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2025-11-22

Tags

arXivAI AssistantResearchPaper AnalysisMCP Server