Skip to main content
ClaudeWave
blazickjp avatar
blazickjp

arxiv-mcp-server

View on GitHub

A Model Context Protocol server for searching and analyzing arXiv papers

MCP ServersOfficial Registry2.8k stars228 forksPythonApache-2.0Updated 25d ago
Editor's note

This MCP server connects Claude Desktop, VS Code with MCP support, and other Model Context Protocol clients to arXiv's research repository, exposing four main tools: paper search with filters for date ranges and subject categories, paper download and full-text reading, and a listing of locally stored papers. Papers are cached on disk in a configurable directory (defaulting to `~/.arxiv-mcp-server/papers`) to avoid redundant downloads. A set of built-in research prompts guides analysis tasks such as summarizing methodology or comparing findings. Installation is available via Smithery for Claude Desktop, as a `.mcpb` one-click bundle for macOS, or manually through PyPI using `uvx`. The README explicitly flags a prompt injection risk (catalogued under OWASP LLG01 and AG01), warning that malicious content embedded in a paper could attempt to hijack tool calls in multi-tool agentic pipelines. Researchers, students, and developers who need an AI assistant to retrieve and reason over academic literature are the primary audience.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · arxiv-mcp-server
Claude Code CLI
claude mcp add arxiv -- uvx arxiv-mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "arxiv": {
      "command": "uvx",
      "args": ["arxiv-mcp-server"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/blazickjp/arxiv-mcp-server and follow its README.
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
aiarxivclaude-aigptllmmcp-servermodel-context-protocolpaperspythonresearch

What people ask about arxiv-mcp-server

What is blazickjp/arxiv-mcp-server?

+

blazickjp/arxiv-mcp-server is mcp servers for the Claude AI ecosystem. A Model Context Protocol server for searching and analyzing arXiv papers It has 2.8k GitHub stars and was last updated 25d ago.

How do I install arxiv-mcp-server?

+

You can install arxiv-mcp-server by cloning the repository (https://github.com/blazickjp/arxiv-mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is blazickjp/arxiv-mcp-server safe to use?

+

Our security agent has analyzed blazickjp/arxiv-mcp-server and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains blazickjp/arxiv-mcp-server?

+

blazickjp/arxiv-mcp-server is maintained by blazickjp. The last recorded GitHub activity is from 25d ago, with 9 open issues.

Are there alternatives to arxiv-mcp-server?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy arxiv-mcp-server to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: blazickjp/arxiv-mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/blazickjp-arxiv-mcp-server)](https://claudewave.com/repo/blazickjp-arxiv-mcp-server)
<a href="https://claudewave.com/repo/blazickjp-arxiv-mcp-server"><img src="https://claudewave.com/api/badge/blazickjp-arxiv-mcp-server" alt="Featured on ClaudeWave: blazickjp/arxiv-mcp-server" width="320" height="64" /></a>

More MCP Servers