arXiv-mcp
Verified Safeby Ray0907
Overview
Provides a Model Context Protocol (MCP) server for searching and retrieving arXiv academic papers for LLMs.
Installation
uv run arxiv-mcpSecurity Notes
The server uses `httpx` for network requests to trusted `arxiv.org` and `r.jina.ai` URLs, and `urllib.parse.quote_plus` for query encoding, mitigating common injection risks. `BeautifulSoup` is used for HTML parsing. No `eval`, `exec`, or direct shell commands beyond the MCP framework are evident. No hardcoded secrets were found. The primary external risk comes from reliance on Jina Reader's service behavior.
Similar Servers
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via 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
A Model Context Protocol (MCP) server that integrates with SerpApi to provide comprehensive search engine results and data extraction to an LLM.
data-commons-mcp
A server that facilitates natural language search for open-access scientific datasets and tools using a Large Language Model (LLM) and the Model Context Protocol (MCP).