Research Papers Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Research Papers Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This project is a Model Context Protocol (MCP) server written in Python that acts as an intelligent interface to academic paper repositories, particularly the arXiv API. It allows Large Language Models (LLMs) like Claude to search for and retrieve academic papers.
This server exposes a suite of tools to the LLM, enabling it to:
cs.LG).To install this research papers MCP server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @candenizkocak/research-papers-mcp-server --client claude git clone https://github.com/candenizkocak/research-papers-mcp-server.git research-papers-mcp-server
cd research-papers-mcp-server uv venv
source .venv/bin/activate # On Windows, use .venv\Scripts\activate
uv sync(Note: `uv sync` will install dependencies from the `pyproject.toml` file).
research-papers-mcp-server directory.claude_desktop_config.json):~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json {
"mcpServers": {
"research-papers": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/research-papers-mcp-server",
"run",
"arxiv_server.py"
]
}
}
}Thank you to arXiv for use of its open access interoperability.
Developers and users of this project are responsible for familiarizing themselves with the official arXiv API Terms of Use, API Basics, and API User Manual to ensure full compliance with arXiv's policies, including any rate limits or usage restrictions.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.