arxiv-mcp-server

Search arXiv papers, download full text, and run local semantic search.

1|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/itsadijmbt/SecureMCP-Servers --skill arxiv-mcp-server
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-mcp-server
Source: https://github.com/itsadijmbt/SecureMCP-Servers/tree/main/TEST_SERVERS/PORTED_TO_SECUREMCP/arxiv-mcp-server/skills/arxiv-mcp-server
Command: npx skills add https://github.com/itsadijmbt/SecureMCP-Servers --skill arxiv-mcp-server

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finding relevant research on arXiv, getting the full paper text, and then searching across downloaded papers is time-consuming and fragmented across tools.

Core Features & Use Cases

  • Search arXiv by topic, date, category, or author for targeted literature discovery.
  • Download and read full papers to move from abstracts to the actual content quickly.
  • Traverse citation graphs and run local semantic search so you can follow related work and query meaningfully across your own paper corpus.

Example use case: You are investigating a research area (e.g., “graph neural networks for scheduling”) and want to find the most relevant recent papers, follow their citations, download key papers, and then ask questions over the locally stored collection.

Quick Start

Run the arxiv-mcp-server runtime and connect your MCP client using the provided MCP config at ../.mcp.json.

Frequently Asked Questions about arxiv-mcp-server

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search arXiv papers and read the full text locally?

To search arXiv papers and read full text locally, this Skill queries arXiv by topic, date, category, or author, then downloads complete documents for local access. It consolidates literature discovery and full-text retrieval into a single workflow.

Can I perform semantic search across a local corpus of arXiv papers?

Yes, you can perform local semantic search across a downloaded arXiv paper corpus. After retrieving full papers, the Skill enables querying meaningfully over the locally stored collection to find relevant information beyond basic keyword matching.

How do I traverse citation graphs for related research on arXiv?

To traverse citation graphs on arXiv, the Skill follows related work connections from discovered papers. This allows you to track citations and expand your literature search by navigating the citation graph structure of key papers.

Do I need an MCP server to run arXiv literature search and automation?

Yes, this Skill requires an arXiv-focused MCP server runtime configured via a local MCP config file. You must run the arxiv-mcp-server package and connect your MCP client using the provided configuration to enable research automation.

What is the best way to automate arXiv research workflows for literature discovery?

The best way to automate arXiv research workflows is using a local MCP server that combines topic search, full-text download, citation graph traversal, and local semantic search. This eliminates fragmented tool switching for literature discovery.

Can I search arXiv by author, date, or category for targeted literature discovery?

Yes, you can search arXiv by topic, date, category, or author for targeted literature discovery. These filtering options allow you to narrow down research queries to find the most relevant recent papers in your specific area of investigation.