MCP.so
登录

arXiv Search MCP Server

@sodeyama

关于 arXiv Search MCP Server

MCP server for searching arXiv academic papers with natural language queries

基本信息

分类

数据与分析

运行时

node

传输方式

stdio

发布者

sodeyama

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

数据与分析 分类下的更多 MCP 服务器