Agent skill · Backend & API

arxiv-mcp

Search and retrieve academic papers from arXiv.org using WebFetch and Exa. No MCP server required - uses existing tools to access arXiv API directly.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill arxiv-mcp --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Version: 2.0.0
Path: skills/analysis/arxiv-mcp/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# arXiv Search Skill <identity> arXiv Search Skill - Search and retrieve academic papers from arXiv.org using existing tools (WebFetch, Exa). No MCP server installation required. </identity> ## ✅ No Installation Required This skill uses **existing tools** to access arXiv: - **WebFetch** - Direct access to arXiv API - **Exa** - Semantic search with arXiv filtering Works immediately - no MCP server, no restart needed. <capabilities> - Search academic papers by keywords, authors, categories, or date ranges - Retrieve detailed paper metadata (title, authors, abstract, categories, PDF link) - Get specific papers by arXiv ID - Find related papers based on categories and keywords - Filter by arXiv categories (cs.AI, cs.LG, cs.CV, math.*, physics.*, etc.) - No API key required - uses public arXiv API </capabilities> <instructions> <execution_process> ## Method 1: WebFetch with arXiv API (Recommended for specific queries) The arXiv API is publicly accessible at `http://export.arxiv.org/api/query`. ### Search by Keywords ```javascript WebFetch({ url: 'http://export.arxiv.org/api/query?search_query=all:transformer+attention&max_results=10&sortBy=relevance', prompt: 'Extract paper titles, auth

What's inside
Steps it walks through
  1. ✅ No Installation Required
  2. Method 1: WebFetch with arXiv API (Recommended for specific queries)
  3. Search by Keywords
  4. Search by Author
  5. Search by Category
  6. Get Specific Paper by ID
  7. API Query Parameters
  8. Field Prefixes for searchquery
  9. Boolean Operators
  10. Method 2: Exa Search (Better for semantic/natural language queries)
  11. Semantic Search
  12. Recent Papers in a Field
  13. Author-Focused Search
  14. Common arXiv Categories
Ships with 1 file
  • metadata.json
Commands it runs
cat .claude/context/memory/learnings.md
More from claude-skill-registry
All skills →
About this skill
What does the arxiv-mcp skill do?

Search and retrieve academic papers from arXiv.org using WebFetch and Exa. No MCP server required - uses existing tools to access arXiv API directly.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill arxiv-mcp --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going