MCP ConfigsMay 12, 2026·2 min read

arXiv MCP Server — Search and Analyze Papers

arxiv-mcp-server is an MCP server for searching and analyzing arXiv papers, with uvx/uv tool stdio launch examples for reproducible research workflows.

Agent ready

Safe staging for this asset

This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.

Stage only · 17/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
Mcp Config
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Safe staging command
npx -y tokrepo@latest install c1c31b4a-7f40-4b0a-9304-122f7d9b00d1 --target codex

Stages files first; activation requires review of the staged README and plan.

Intro

arxiv-mcp-server is an MCP server for searching and analyzing arXiv papers, with uvx/uv tool stdio launch examples for reproducible research workflows.

  • Best for: research-heavy engineering teams who want agents to discover papers and keep a reproducible reading pipeline
  • Works with: uv/uvx, MCP stdio client configs (README also mentions plugin manifests and portable .mcp.json), local paper storage path
  • Setup time: 10–20 minutes

Practical Notes

  • README provides multiple install paths (uv tool install, Smithery, release artifacts) and documents --storage-path with a default papers directory.
  • README includes stdio config snippets for uvx/uv tool run and mentions a portable .mcp.json for discovery.

Make Paper Search Reproducible

To avoid “I can’t find that paper again”:

  • Always store the exact query terms and filters in your notes (arXiv categories, date ranges).
  • Keep a dedicated --storage-path for PDFs/metadata so summaries and citations can link back to stored artifacts.
  • Ask the agent to output a structured shortlist: title, authors, arXiv ID, published date, 3–5 key claims, and your “why it matters” note.

Suggested Agent Prompt Pattern

“Search arXiv for X, filter to the last N years, then give me 5 papers with arXiv IDs and a one-paragraph summary each. End with a reading order.”

FAQ

Q: Why not uv pip install? A: The README warns uv pip install may not put the executable on PATH; it recommends uv tool install.

Q: Can I customize storage? A: Yes—README documents --storage-path and a default papers directory.

Q: Is there a standard client config? A: Yes—README includes mcpServers JSON snippets for stdio launch via uvx/uv tool.

🙏

Source & Thanks

Source: https://github.com/blazickjp/arxiv-mcp-server > License: Apache-2.0 > GitHub stars: 2,693 · forks: 215

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets