arXiv Search MCP Server
@sodeyama
arXiv Search MCP Server について
MCP server for searching arXiv academic papers with natural language queries
基本情報
設定
ツール
ツールは検出されませんでした
ツールは 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.
「データと分析」の他のコンテンツ
Federal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
Salesforce MCP Server
tsmztechSalesforce MCP Server
MCP Server for Deep Research
reading-plus-aiarxiv-latex MCP Server
takashiishidaMCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
Bright Data MCP
brightdataA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
コメント