MCP Catalogs
首页

arxiv-mcp-server

by anuj0456·18·综合分 40

arXiv 的 MCP 服务器,让 AI 助手能够搜索、检索、分析和导出学术论文。

ai-llmknowledge-graphdeveloper-tools
3
Forks
0
活跃 Issue
10 个月前
最近提交
2 天前
收录于

概述

arXiv MCP 服务器通过模型上下文协议提供与 arXiv.org 交互的全面接口。它使 AI 助手能够执行高级论文搜索、检索详细元数据、生成摘要、分析引用、跟踪研究趋势并以多种格式(包括 BibTeX、JSON、CSV 和 Markdown)导出论文。该服务器支持按作者、类别、发布日期和关键词进行复杂查询,使其成为研究人员和使用学术文献的 AI 系统的强大工具。

试试问 AI

装完之后,这里有 6 个你可以让 AI 做的事:

:AI 助手向非专家解释和总结最新研究论文
:特定研究领域的自动化文献综述和趋势分析
:学术研究人员的引用跟踪和影响分析
:个人图书馆的研究论文批量处理和组织
:这个 MCP 服务器是否需要 arXiv 的 API 密钥?
:我可以将论文导出为 BibTeX 格式吗?

什么时候选它

当您需要 AI 助手与 arXiv 的学术论文进行交互,特别是用于文献综述、趋势分析或研究论文摘要时,选择此服务器。

什么时候不要选它

如果您需要访问 arXiv 之外的学术数据库,或需要更高级的引文跟踪功能而不仅仅是估计指标,请不要选择此服务器。

此 server 暴露的工具

从 README 抽取出 11 个工具
  • search_arxiv

    General paper search with keywords, authors, titles, and categories

  • get_paper

    Get detailed metadata for a specific arXiv paper

  • summarize_paper

    Generate a formatted summary of a paper with key information

  • search_by_author

    Find all papers by a specific author or researcher

  • search_by_category

    Browse papers in specific arXiv categories like cs.AI or cs.LG

  • get_recent_papers

    Get the latest publications with customizable time ranges

  • compare_papers

    Compare multiple papers side-by-side with customizable fields

  • find_related_papers

    Discover papers related to a given paper using intelligent matching

  • get_paper_citations

    Get citation metrics and impact analysis for a paper

  • analyze_trends

    Analyze research trends with publication counts, top authors, and keywords

  • export_papers

    Export papers in BibTeX, JSON, CSV, and Markdown formats

可对比工具

semantic-scholar-mcpscholar-mcppubmed-mcpacademic-search-api

安装

# 使用 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 讨论

开发者社区最近的相关讨论。

arxiv-mcp-server 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。