← All projects

arxiv-reader-mcp

by @YounesBensafia

Active 24

Want to search arXiv papers, fetch metadata, and extract full-text PDFs without leaving your editor? This MCP server connects any MCP-compatible client (Claude Code, etc.) directly to arXiv.

About this project

MCP server for searching and retrieving papers from arXiv, including full-text PDF extraction. Features searcharxiv: Search papers by keyword, author, category, and/or date range searchpapers: Quick search by query text with optional category and date filters getpaper: Fetch full metadata (title, authors, abstract, PDF link) for a specific arXiv ID getrecent: Get the most recent papers in a given category fetchpdf: Download and extract full text from a paper's PDF by arXiv ID Available Tools Tool Inputs Returns ------ -------- --------- searcharxiv keyword, author, category, datefrom, dateto, maxresults, start Numbered list of papers with title, ID, authors, date, PDF link searchpapers query, category, maxresults, datefrom Numbered list of matching papers with title, ID, authors, date, PDF link getpaper arxivid Title, ID, authors, published date, abstract, PDF URL getrecent category, maxresults Numbered list of recent papers with title, ID, authors, date, PDF link fetchpdf arxivid Full extracted text content of the paper PDF Usage Clone and run Test with MCP Inspector Run the server: uv run arxiv-mcp-server

From the project README on GitHub

Stars
24
Forks
3
License
MIT
Last push
7 Jun 2026

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/arxiv-reader-mcp.svg)](https://www.madeinalgeria.dev/projects/arxiv-reader-mcp)

Related projects