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.
npx skills add majiayu000/claude-skill-registry --skill arxiv-mcp --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- ✅ No Installation Required
- Method 1: WebFetch with arXiv API (Recommended for specific queries)
- Search by Keywords
- Search by Author
- Search by Category
- Get Specific Paper by ID
- API Query Parameters
- Field Prefixes for searchquery
- Boolean Operators
- Method 2: Exa Search (Better for semantic/natural language queries)
- Semantic Search
- Recent Papers in a Field
- Author-Focused Search
- Common arXiv Categories
cat .claude/context/memory/learnings.md
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.
