ArXiv MCP Server
@ndellamaria
关于 ArXiv MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"arxiv": {
"command": "node",
"args": [
"path/to/arxiv-mcp-server/dist/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is ArXiv MCP Server?
An implementation of the Model Context Protocol (MCP) server that interacts with the arXiv API, allowing AI assistants to search for scientific papers, retrieve paper details, and discover the latest papers in specific categories.
How to use ArXiv MCP Server?
Clone the repository, install dependencies with npm install, build with npm run build, and start with npm start. For Claude Desktop, configure the MCP server in the claude_desktop_config.json file with the command node and args pointing to dist/index.js.
Key features of ArXiv MCP Server
- Search papers with complex queries
- Retrieve papers by arXiv ID
- Discover latest papers in specific categories
- Returns papers as structured MCP resources
- Supports sorting by relevance, date, or submission date
- Allows filtering by arXiv category
Use cases of ArXiv MCP Server
- Searching for papers about a specific topic (e.g., quantum computing)
- Finding the latest papers in machine learning
- Getting details for a known arXiv paper (e.g., 2104.12345)
- Browsing recent submissions in a particular category
FAQ from ArXiv MCP Server
What tools does the server provide?
Three tools: searchArXiv, getPaperById, and getLatestPapers.
What are the required parameters?
searchArXiv requires a query; getPaperById requires an id; getLatestPapers requires a category.
How do I use the server with Claude Desktop?
Start the server, then edit claude_desktop_config.json to add an "arxiv" entry under mcpServers with the appropriate command and args.
Does the server require internet access?
Yes, it fetches data from the arXiv API, so an internet connection is needed.
What license does the server use?
MIT.
数据与分析 分类下的更多 MCP 服务器
MCP.science: Open Source MCP Servers for Scientific Research 🔍📚
pathintegral-instituteOpen Source MCP Servers for Scientific Research
MCP Deep Web Research Server (v0.3.0)
qpd-vEnhanced MCP server for deep web research
🎓 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.
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.
PubMed MCP Server
cyanheadsSearch PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms via MCP. STDIO or Streamable HTTP.
评论