arxiv-mcp-server
by anuj0456·★ 18·综合分 40
arXiv 的 MCP 服务器,让 AI 助手能够搜索、检索、分析和导出学术论文。
概述
arXiv MCP 服务器通过模型上下文协议提供与 arXiv.org 交互的全面接口。它使 AI 助手能够执行高级论文搜索、检索详细元数据、生成摘要、分析引用、跟踪研究趋势并以多种格式(包括 BibTeX、JSON、CSV 和 Markdown)导出论文。该服务器支持按作者、类别、发布日期和关键词进行复杂查询,使其成为研究人员和使用学术文献的 AI 系统的强大工具。
试试问 AI
装完之后,这里有 6 个你可以让 AI 做的事:
什么时候选它
当您需要 AI 助手与 arXiv 的学术论文进行交互,特别是用于文献综述、趋势分析或研究论文摘要时,选择此服务器。
什么时候不要选它
如果您需要访问 arXiv 之外的学术数据库,或需要更高级的引文跟踪功能而不仅仅是估计指标,请不要选择此服务器。
此 server 暴露的工具
从 README 抽取出 11 个工具search_arxivGeneral paper search with keywords, authors, titles, and categories
get_paperGet detailed metadata for a specific arXiv paper
summarize_paperGenerate a formatted summary of a paper with key information
search_by_authorFind all papers by a specific author or researcher
search_by_categoryBrowse papers in specific arXiv categories like cs.AI or cs.LG
get_recent_papersGet the latest publications with customizable time ranges
compare_papersCompare multiple papers side-by-side with customizable fields
find_related_papersDiscover papers related to a given paper using intelligent matching
get_paper_citationsGet citation metrics and impact analysis for a paper
analyze_trendsAnalyze research trends with publication counts, top authors, and keywords
export_papersExport papers in BibTeX, JSON, CSV, and Markdown formats
可对比工具
安装
# 使用 Poetry(推荐)
poetry install
# 使用 pip
pip install mcp httpx对于 Claude Desktop,添加到 claude_desktop_config.json:
{
"mcpServers": {
"arxiv": {
"command": "python",
"args": ["arxiv_mcp_server.py"]
}
}
}FAQ
- 这个 MCP 服务器是否需要 arXiv 的 API 密钥?
- 不需要,该服务器使用 arXiv 的公共 API,基本使用不需要身份验证。
- 我可以将论文导出为 BibTeX 格式吗?
- 是的,该服务器支持导出为 BibTeX、JSON、CSV 和 Markdown 格式。
Hacker News 讨论
开发者社区最近的相关讨论。
- 帖子 by anuj0456 · 2025-08-03
arxiv-mcp-server 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。