mcp-simple-arxiv logo

mcp-simple-arxiv与arXiv进行工作,向LLM提供搜索和阅读的能力

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

mcp-simple-arxiv是一种服务器,通过arXiv API向LLM客户端(如Claude Desktop)提供对arXiv论文的访问权限,允许客户端搜索、阅读和检索论文元数据和完整文本。它可以用作本地stdio服务器或网络访问的Web服务器。该工具支持通过标题和摘要内容搜索论文,过滤提交日期范围,按照提交日期、更新日期或相关性排序结果。它还允许检索论文元数据、摘要和完整文本格式为Markdown。

主要功能

  • 通过标题和摘要内容搜索论文
  • 过滤 search 结果按照提交日期范围
  • 按提交日期、更新日期或相关性排序 search 结果
  • 检索论文元数据和摘要
  • 获取完整论文文本格式为Markdown
  • 访问可用的论文格式链接 (PDF/HTML)

价格

模型
Free
评分
暂无评价

使用场景

搜索最新论文

使用该工具搜索关于特定主题的最新论文,例如大规模语言模型或量子计算。

检索论文细节

一旦找到论文ID,使用该工具检索其元数据、摘要和完整文本。

优点 & 缺点

优点

  • 为LLM客户端提供了直接搜索和阅读arXiv论文的能力
  • 支持过滤 search 结果按照提交日期范围
  • 允许按照提交日期、更新日期或相关性排序 search 结果
  • 提供对论文元数据、摘要和完整文本格式为Markdown的访问权限
  • 可以与Claude Desktop或其他LLM客户端一起使用

缺点

  • 要求安装和设置,两者可以在本地或Web服务器上进行
  • 可能受arXiv API速度限制(每隔3秒1次请求)
  • 仅限于从arXiv中搜索和检索论文

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Do I need to run a server locally, and how hard is the setup?

You can run the tool either as a local stdio server (for desktop clients) or as a web server; installation is done via pip or Smithery and requires basic Python setup, but no complex infrastructure beyond that.

Asked by Odalys Reyes · Dec 22, 2025

What are the arXiv API rate limits I need to consider?

The underlying arXiv API imposes a limit of roughly one request every three seconds; exceeding this may result in temporary throttling, so plan your query cadence accordingly.

Asked by Ines Zeković · Dec 18, 2025

Which LLM clients can integrate with mcp-simple-arxiv?

It works out‑of‑the‑box with Claude Desktop via a simple configuration file, and can also be accessed by any LLM client that can call a local stdio server or a network‑accessible HTTP endpoint.

Asked by Ulrik Madsen · Dec 5, 2025

Is mcp-simple-arxiv free to use or are there any licensing fees?

The tool is open‑source and distributed under its repository’s license, so there are no direct licensing fees; you only incur costs for any hosting or compute resources you choose to run it on.

Asked by Olamide Fashola · Oct 8, 2025

提问

服务配缩器 的替代品