MCP.so
Sign In

arXiv Search MCP Server

@sodeyama

About arXiv Search MCP Server

MCP server for searching arXiv academic papers with natural language queries

Basic information

Category

Data & Analytics

Runtime

node

Transports

stdio

Publisher

sodeyama

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

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.

Comments

More Data & Analytics MCP servers