arxiv-search MCP Server
@win4r
关于 arxiv-search MCP Server
A Model Context Protocol server for searching academic papers on arXiv.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"arxiv-search": {
"command": "node",
"args": [
"/path/to/arxiv-search/build/index.js"
]
}
}
}工具
1Search for academic papers on arXiv
概览
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.
数据与分析 分类下的更多 MCP 服务器
MCP Server for Data Exploration
reading-plus-aiPubMed MCP Server
cyanheadsSearch PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms via MCP. STDIO or Streamable HTTP.
🎓 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.
Web3 Research MCP
aaronjmarsDeep Research for crypto - free & fully local
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.
评论