Token导航 LogoToken导航TokenDH.com
Arxiv Latex MCP logo
搜索检索stdio官方级别未说明来源级核验

Arxiv Latex MCP

MCP Server

MCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.

工具数

4

提示词数

0

GitHub Stars

130

资源数

0
PythonClaude Desktop搜索ClaudeCursorClaude Desktop

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

takashiishida

提供方

takashiishida

最后核验

2026/5/18 04:03

运行时

Python

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

python -m arxiv_latex_mcp

详细介绍

arxiv乳胶MCP服务器

](https://pypi.org/project/arxiv-latex-mcp/) ![License: MIT](https://opensource.org/licenses/MIT) ](https://github.com/takashiishida/arxiv-latex-mcp/releases) ![Trust Score](https://archestra.ai/mcp-catalog/takashiishida__arxiv-latex-mcp)

为什么使用LaTeX源代码而不是上传PDF?许多PDF聊天应用程序经常难以处理数学内容和方程式繁重的论文。通过利用arXiv论文中的原始LaTeX源代码,LLM可以准确地理解和处理方程和符号。这种方法对于计算机科学、数学和工程等领域尤其有价值,在这些领域,对数学表达式的精确解释至关重要。

安装

如果您使用的是Claude Desktop,您可以通过双击 .mcpb 要安装的文件。 下载 .mcpb 文件来自 这里. 支持macOS、Windows和Linux。

否则,您可以直接从PyPI运行服务器 uvx:

{
  "mcpServers": {
    "arxiv-latex-mcp": {
      "command": "uvx",
      "args": ["arxiv-latex-mcp"]
    }
  }
}

您还可以使用安装 pip install arxiv-latex-mcp 然后跑 arxiv-latex-mcp,或使用:

python -m arxiv_latex_mcp

如果您更喜欢从本地签出运行,请将以下配置添加到您的配置文件中:

{
  "mcpServers": {
      "arxiv-latex-mcp": {
          "command": "uv",
          "args": [
              "--directory",
              "/ABSOLUTE/PATH/TO/arxiv-latex-mcp",
              "run",
              "python",
              "-m",
              "arxiv_latex_mcp"
          ]
      }
  }
}

您可能需要更换 command 具有完整路径的字段 uv:通过运行来检查此项 which uv (MacOS/Linux)或 where uv (Windows)。

保存上述内容后重新启动应用程序。

对于Claude Desktop,单击锤子图标,您应该在“可用MCP工具”列表中看到以下内容:

  • get_paper_prompt --得到一张完全压平的LaTeX纸
  • get_paper_abstract --只获取摘要
  • list_paper_sections --列出论文的章节标题
  • get_paper_section --按路径获取特定部分

示例

试着问一些关于arXiv论文的问题,例如,“解释2202.00395中的第一个定理”

目录标签

目录标签

PythonClaude Desktop搜索research-and-datalatexarxivllmclaude-desktopcursor-aimcp-serverLaTeX处理本地部署arXiv论文数学内容解析MCP服务器学术研究工具

支持客户端

ClaudeCursorClaude Desktop

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Python

工具数量(toolCount,工具数)

4

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP