arXiv Search MCP Server
@sodeyama
About arXiv Search MCP Server
MCP server for searching arXiv academic papers with natural language queries
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is arXiv Search MCP Server?
A Model Context Protocol (MCP) server that enables natural language searching of arXiv academic papers. Built with Node.js and TypeScript for local execution, it works with Claude Desktop and other MCP-compatible clients to fetch live data from the arXiv API.
How to use arXiv Search MCP Server?
Clone the repository, run npm install and npm run build, then add the server to your Claude Desktop configuration by pointing to the built dist/index.js file. After setup, use natural language phrases such as “最新の深層学習研究を5件見つけて” or “Geoffrey Hintonの機械学習論文” to search papers.
Key features of arXiv Search MCP Server
- Natural language queries in English and Japanese
- Search by keywords, authors, categories, and date ranges
- Structured results with titles, authors, abstracts, and links
- MCP protocol compliance for seamless client integration
- Robust error handling and retry logic for API calls
- Real-time data fetched directly from the arXiv API
Use cases of arXiv Search MCP Server
- Find the latest deep learning research papers using conversational language
- Locate papers by a specific author, e.g., Geoffrey Hinton on machine learning
- Search for recent studies on a topic like quantum computing since 2023
- Retrieve detailed information about a known paper using its arXiv ID
FAQ from arXiv Search MCP Server
Do I need an API key to use the arXiv Search MCP Server?
No, the server fetches live data from the public arXiv API and does not require any API key.
What are the system requirements?
You need Node.js and npm installed to clone, install dependencies, and build the project. The server runs locally.
Where is the configuration file for Claude Desktop located?
The configuration file location depends on your operating system: macOS uses ~/Library/Application Support/Claude/claude_desktop_config.json, Windows uses %APPDATA%\Claude\claude_desktop_config.json, Linux uses ~/.config/Claude/claude_desktop_config.json.
What search parameters are available?
You can specify a natural language query (required), max_results (1–50, default 10), sort_by (relevance, lastUpdatedDate, submittedDate), and sort_order (ascending or descending).
Can I search for papers by author or date range?
Yes, the server supports comprehensive search by keywords, authors, categories, and date ranges through natural language queries.
More Data & Analytics MCP servers
HubSpot MCP Server
peakmojoA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
MCP.science: Open Source MCP Servers for Scientific Research 🔍📚
pathintegral-instituteOpen Source MCP Servers for Scientific Research
Bright Data MCP
luminati-ioA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
mcp-simple-arxiv
andybrandtTool to work with arXiv, provide LLM with ability to search and read papers from there
🎓 Semantic Scholar MCP Server
JackKuo666🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
Comments