arXiv-mcp
Verified Safeby 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
uv run arxiv-server.pySecurity 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
mcp-omnisearch
Provides a unified interface for LLMs to access multiple web search, AI response, content processing, and enhancement tools from various providers through the Model Context Protocol (MCP).
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.
mcp-server
Provides a Model Context Protocol (MCP) server for integrating comprehensive search and data extraction via SerpApi.
mcp-advisor
Provides Model Context Protocol (MCP) specification and documentation as context to LLMs and humans, helping with topic explanation and server compliance evaluation.