arxiv-mcp-server
Verified Safeby glaforge
Overview
This server allows AI models to search for papers, retrieve paper details, and access PDF content from arXiv via the Model Context Protocol (MCP).
Installation
jbang run arxiv-mcp@glaforgeSecurity Notes
The source code appears to be well-structured and does not contain obvious malicious patterns, hardcoded secrets, or dynamic code execution (e.g., 'eval'). Network calls are made to legitimate arXiv API endpoints. The `jbang` setup includes a `trust add` step, which explicitly addresses the security concern of running scripts from the internet. The `add-opens` JVM flag in `jbang-catalog.json` is a standard workaround for reflection issues in modular Java and not a security vulnerability.
Similar Servers
arXiv-mcp
Provides a Model Context Protocol (MCP) server for searching and retrieving arXiv academic papers for LLMs.
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).
arxiv-mcp-server
The server enables researchers to search for academic papers on arXiv, analyze citations and trends, and export data in multiple formats, with a stated aim for AI-assisted discovery and processing.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.