Back to Home
Ray0907 icon

arXiv-mcp

Verified Safe

by Ray0907

Overview

Provides an MCP server that enables LLMs to search for and retrieve academic papers from arXiv, offering cleaned titles, abstracts, and content.

Installation

Run Command
uv run arxiv-server.py

Security Notes

The server's code generally practices good security by URL-encoding search queries. The `get` function delegates content retrieval to the `r.jina.ai` service, prepending the Jina AI URL to the user-provided URL. This design significantly mitigates direct Server-Side Request Forgery (SSRF) risks against the server itself, as the actual fetch is performed by a third-party proxy expected to have its own security measures. However, it relies on the security and reliability of `jina.ai`, and an LLM could potentially be prompted to fetch non-arXiv public content via this proxy if not constrained.

Similar Servers

Stats

Interest Score37
Security Score9
Cost ClassHigh
Avg Tokens7500
Stars10
Forks4
Last Update2025-12-01

Tags

arXivLLM toolPaper searchContent retrievalModel Context Protocol