.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/blazickjp/arxiv-mcp-server
home/mcp-servers/blazickjp/arxiv-mcp-server
blazickjp avatar

arxiv-mcp-server

byblazickjp· 3 MCP servers

Installs

75k

Stars

3.0k

Forks

241

Category

Research

View on GitHub

How to install arxiv-mcp-server?

blazickjp/arxiv-mcp-server
$git clone https://github.com/blazickjp/arxiv-mcp-server

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install arxiv-mcp-server by running `git clone https://github.com/blazickjp/arxiv-mcp-server`, then use it for the current task and follow its documentation at https://github.com/blazickjp/arxiv-mcp-server.

Files · 1

View on GitHub
README.md
1[![PyPI Version](https://img.shields.io/pypi/v/arxiv-mcp-server.svg)](https://pypi.org/project/arxiv-mcp-server/)
2[![PyPI Downloads](https://img.shields.io/pypi/dm/arxiv-mcp-server.svg)](https://pypi.org/project/arxiv-mcp-server/)
3[![GitHub Stars](https://img.shields.io/github/stars/blazickjp/arxiv-mcp-server?style=flat)](https://github.com/blazickjp/arxiv-mcp-server/stargazers)
4[![GitHub Forks](https://img.shields.io/github/forks/blazickjp/arxiv-mcp-server?style=flat)](https://github.com/blazickjp/arxiv-mcp-server/forks)
5[![Tests](https://github.com/blazickjp/arxiv-mcp-server/actions/workflows/tests.yml/badge.svg)](https://github.com/blazickjp/arxiv-mcp-server/actions/workflows/tests.yml)
6[![Python Version](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
7[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
8[![smithery badge](https://smithery.ai/badge/arxiv-mcp-server)](https://smithery.ai/server/arxiv-mcp-server)
9[![Install in VS Code](https://img.shields.io/badge/Install_in-VS_Code-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=arxiv-mcp-server&config=%7B%22type%22%3A%22stdio%22%2C%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22arxiv-mcp-server%22%5D%7D)
10[![Install in VS Code Insiders](https://img.shields.io/badge/Install_in-VS_Code_Insiders-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=arxiv-mcp-server&config=%7B%22type%22%3A%22stdio%22%2C%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22arxiv-mcp-server%22%5D%7D&quality=insiders)
11[![Add to Kiro](https://kiro.dev/images/add-to-kiro.svg)](https://kiro.dev/launch/mcp/add?name=arxiv-mcp-server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22arxiv-mcp-server%22%5D%7D)
12[![Codex Plugin](https://img.shields.io/badge/Codex-Plugin-412991?style=flat-square)](./.codex-plugin/plugin.json)
13 
14# ArXiv MCP Server
15 
16<!-- mcp-name: io.github.blazickjp/arxiv-mcp-server -->
17 
18> 🔍 Enable AI assistants to search and access arXiv papers through a simple MCP interface.
19 
20The ArXiv MCP Server provides a bridge between AI assistants and arXiv's research repository through the Model Context Protocol (MCP). It allows AI models to search for papers and access their content in a programmatic way.
21 
22<div align="center">
23
24🤝 **[Contribute](https://github.com/blazickjp/arxiv-mcp-server/blob/main/CONTRIBUTING.md)** •
25📝 **[Report Bug](https://github.com/blazickjp/arxiv-mcp-server/issues)**
26 
27<a href="https://www.pulsemcp.com/servers/blazickjp-arxiv-mcp-server"><img src="https://www.pulsemcp.com/badge/top-pick/blazickjp-arxiv-mcp-server" width="400" alt="Pulse MCP Badge"></a>
28</div>
29 
30## ✨ Core Features
31 
32- 🔎 **Paper Search**: Query arXiv papers with filters for date ranges and categories
33- 📄 **Paper Access**: Download and read paper content
34- 📋 **Paper Listing**: View all downloaded papers
35- 🗃️ **Local Storage**: Papers are saved locally for faster access
36- 📝 **Prompts**: A set of research prompts for paper analysis
37 
38 
39 
40## 🔒 Security
41 
42### Prompt Injection Risk
43 
44**Paper content retrieved from arXiv is untrusted external input.**
45 
46When an AI assistant downloads or reads a paper through this server, the paper's
47text is passed directly into the model's context. A maliciously crafted paper
48could embed adversarial instructions designed to hijack the AI's behavior — for
49example, instructing it to exfiltrate data, invoke other tools with unintended
50arguments, or override system-level instructions. This is a known class of
51attack described by OWASP as **LLM01: Prompt Injection** and by the OWASP
52Agentic AI framework as **AG01: Prompt Injection in LLM-Integrated Systems**.
53 
54### Recommended Mitigations
55 
561. **Use read-only MCP configurations** — where possible, configure the MCP
57 client so that the arxiv-mcp-server cannot trigger write operations or invoke
58 other tools on y

Preview

blazickjp/arxiv-mcp-serverblazickjp/arxiv-mcp-server

[![PyPI Version](https://img.shields.io/pypi/v/arxiv-mcp-server.svg)](https://pypi.org/project/arxiv-mcp-server/)

[![PyPI Downloads](https://img.shields.io/pypi/dm/arxiv-mcp-server.svg)](https://pypi.org/project/arxiv-mcp-server/)

[![GitHub Stars](https://img.shields.io/github/stars/blazickjp/arxiv-mcp-server?style=flat)](https://github.com/blazickjp/arxiv-mcp-server/stargazers)

[![GitHub Forks](https://img.shields.io/github/forks/blazickjp/arxiv-mcp-server?style=flat)](https://github.com/blazickjp/arxiv-mcp-server/forks)

Repoblazickjp/arxiv-mcp-server
TypeMCP Servers
CategoryResearch
UpdatedJul 2026
LicenseApache-2.0
First seenJul 26, 2026

Tags

MCPaiarxiv

Related

6 picks
Type
  1. rudra-ravi avatarwikipedia-mcpMCP server for Wikipedia APIMCP ServersMay 2026113k275
  2. assafelovic avatargpt-researcherGPT Researcher is an autonomous agent designed for comprehensive online research on a variety of tasks.MCP ServersJul 202689k29k
  3. prashalruchiranga avatararxiv-mcp-serverMCP server for accesing arXiv APIMCP ServersAug 202576k40
  4. biocontext-ai avatarknowledgebase-mcpBioContextAI Knowledgebase MCP server for biomedical agentic AIMCP ServersJan 202666k28
  5. marcopesani avatarmcp-server-serperSerper MCP Server supporting search and webpage scrapingMCP ServersMar 202556k159
  6. garylab avatarserper-mcp-serverA MCP server for SerperMCP ServersNov 202526k37