arxiv-mcp-server
by blazickjp·★ 2,738·综合分 58
一个用于搜索和分析ArXiv论文的MCP服务器,具有本地存储和高级搜索功能。
概述
ArXiv MCP服务器通过模型上下文协议(MCP)在AI助手和ArXiv研究库之间架起桥梁。它允许AI模型通过各种标准(包括日期范围和类别)搜索论文,下载论文内容进行离线访问,并维护本地研究论文库。该服务器包含用于学术论文分析的专业化提示,并实施了安全措施以应对来自不可信外部内容的提示注入风险。
试试问 AI
装完之后,这里有 7 个你可以让 AI 做的事:
什么时候选它
当您的研究型 AI 应用需要访问 arXiv 上的学术论文,具备搜索功能和本地缓存时,选择这个服务器。
什么时候不要选它
如果您需要写入访问论文权限,或者需要处理来自其他学术仓库的论文,请不要选择此服务器,因为它只提供只读访问。
此 server 暴露的工具
从 README 抽取出 9 个工具search_papersSearch arXiv with optional category, date, and boolean filters
download_paperDownload a paper by its arXiv ID for offline access
list_papersList all papers downloaded locally
read_paperRead the full text of a locally downloaded paper in markdown
semantic_searchSemantic similarity search over locally downloaded papers
deep-paper-analysisComprehensive workflow for analyzing academic papers
summarize_paperGenerate a concise structured summary of a paper
compare_papersSide-by-side technical comparison across multiple paper IDs
literature_reviewThematic synthesis across a topic and optional paper set
可对比工具
安装
通过Smithery安装
npx -y @smithery/cli install arxiv-mcp-server --client claude通过Claude Desktop安装(.mcpb)
- 从[最新版本](https://github.com/blazickjp/arxiv-mcp-server/releases/latest)下载匹配的工件
- 在Claude Desktop中打开**设置→扩展**(或拖放文件)
- 点击**安装**并设置您的论文存储目录
手动安装
uv tool install arxiv-mcp-serverClaude Desktop配置
{
"mcpServers": {
"arxiv-mcp-server": {
"command": "uv",
"args": [
"tool",
"run",
"arxiv-mcp-server",
"--storage-path", "/path/to/paper/storage"
]
}
}
}FAQ
- 这个服务器处理PDF论文吗?
- 是的,默认处理HTML版本。对于仅PDF的旧论文,请使用[pdf]额外安装:'uv tool install "arxiv-mcp-server[pdf]"'
- 服务器如何处理ArXiv的速率限制?
- 服务器自动执行ArXiv的3秒速率限制。如果受到限制,建议等待60秒后再重试。
- 我可以在Claude以外的MCP客户端中使用此服务器吗?
- 是的,该服务器支持stdio传输和可流式HTTP,以兼容更广泛的MCP客户端。
arxiv-mcp-server 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。