arXiv (verified)
Search and retrieve academic papers from arXiv. Find papers by title, author, abstract, or category, and get full metadata including abstracts, authors, and PDF links.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add arxiv
# Browse available tools
npx -y smithery tool list arxiv
# Get full schema for a tool
npx -y smithery tool get arxiv search_papers
# Call a tool
npx -y smithery tool call arxiv search_papers '{}'Direct MCP Connection
Endpoint: https://arxiv.run.tools
Tools (2)
search_papers— Search arXiv papers by query. Supports field prefixes: ti (title), au (author), abs (abstract), cat (category), all (ev…get_paper— Get details for a specific arXiv paper by ID. Returns title, authors, abstract, categories, PDF link, and journal refer…
# Get full input/output schema for a tool
npx -y smithery tool get arxiv