arxiv-search MCP Server
@win4r
About arxiv-search MCP Server
A Model Context Protocol server for searching academic papers on arXiv.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"arxiv-search": {
"command": "node",
"args": [
"/path/to/arxiv-search/build/index.js"
]
}
}
}Tools
1Search for academic papers on arXiv
Overview
What is arxiv-search?
arxiv-search is a Model Context Protocol server for searching academic papers on arXiv. It provides tools to search for papers and access detailed metadata including title, authors, summary, publication date, and PDF link.
How to use arxiv-search?
Install dependencies with npm install, build with npm run build, then add the server configuration to your MCP client. For Claude Desktop, edit claude_desktop_config.json with command node and args pointing to the built index.js. For VSCode and Roo Cline, add to cline_mcp_settings.json. Use the search_papers tool with a required query parameter and optional max_results, sort_by, and start parameters.
Key features of arxiv-search
- Resources served via
arxiv://paper/{id}URIs. - Each paper includes title, authors, summary, date, and PDF link.
- Tool
search_paperswith customizable query, results count, and sorting. - Supports sorting by relevance, last updated date, or submission date.
- Pagination support via a
startparameter. - Returns structured JSON content.
Use cases of arxiv-search
- Search for academic papers on a specific topic (e.g., "machine learning").
- Retrieve detailed metadata for a known paper ID.
- Filter and sort search results by relevance or submission date.
- Integrate paper discovery into an AI assistant workflow.
- Build automated literature review tools.
FAQ from arxiv-search
What runtime is required?
Node.js is required. Install dependencies with npm install and build the server with npm run build.
How do I debug the server?
Use the MCP Inspector by running npm run inspector, which provides a URL for browser-based debugging tools.
Where is the configuration file for Claude Desktop?
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json. On Windows: %APPDATA%/Claude/claude_desktop_config.json.
What parameters does search_papers support?
Required: query (string). Optional: max_results (default 10, max 100), sort_by ("relevance", "lastUpdatedDate", "submittedDate"), and start (starting index for pagination).
Is there a limit on search results?
Yes, the maximum number of results per request is 100, with a default of 10. Use pagination (the start parameter) to retrieve more.
Frequently asked questions
What runtime is required?
Node.js is required. Install dependencies with `npm install` and build the server with `npm run build`.
How do I debug the server?
Use the MCP Inspector by running `npm run inspector`, which provides a URL for browser-based debugging tools.
Where is the configuration file for Claude Desktop?
On MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json`. On Windows: `%APPDATA%/Claude/claude_desktop_config.json`.
What parameters does `search_papers` support?
Required: `query` (string). Optional: `max_results` (default 10, max 100), `sort_by` ("relevance", "lastUpdatedDate", "submittedDate"), and `start` (starting index for pagination).
Is there a limit on search results?
Yes, the maximum number of results per request is 100, with a default of 10. Use pagination (the `start` parameter) to retrieve more.
Basic information
More Data & Analytics MCP servers

TofuBofu AI Visibility
Arnav NeilTofuBofu runs a free AI visibility scan for any B2B company, right inside your AI assistant. Ask it to scan a domain and it runs the questions real buyers ask across ChatGPT, Claude, Gemini, Perplexity, Google AI Overvie
MCP Server for Data Exploration
reading-plus-ai
PowerDMARC
powerdmarcPowerDMARC's MCP server brings live email authentication data directly into any MCP-compatible AI assistant: Claude, ChatGPT, Cursor, and others. Instead of generic DMARC advice, the AI works from a customer's actual acc

CryptoWhaleInsights
CryptoWhaleInsights TeamReal-time crypto whale tracking & market intelligence. Monitors 80+ verified whale wallets across 14 blockchains (BTC, ETH, SOL, BSC, Base, ARB, MATIC, TON, SUI, HYPE, TRX, SEI, INJ, APT). 55 tools: whale movements, fear
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
Comments