Back to MCP directory
publicPublicdnsLocal runtime

arxiv-latex-mcp

一个MCP服务器,允许Claude Desktop、Cursor等MCP客户端直接访问和处理arXiv论文,通过获取LaTeX源代码来准确解析数学内容。

article

README

🚀 arXiv-latex MCP 服务器

这是一个MCP服务器,允许Claude DesktopCursor或其他MCP客户端直接访问并处理arXiv论文,其通过获取论文的LaTeX源代码实现这一功能。在处理数学内容和方程较多的论文时,许多PDF聊天应用程序常常面临困难。而本服务器借助arXiv论文的原始LaTeX源代码,能让大语言模型(LLM)准确理解和处理公式与符号,在计算机科学、数学和工程等领域具有重要价值。

🚀 快速开始

本服务器允许Claude Desktop、Cursor等MCP客户端直接访问和处理arXiv论文。使用时,你可以尝试询问关于arXiv论文的问题,例如,“解释2202.00395中的第一个定理”。

📦 安装指南

将以下配置添加到你的配置文件中:

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

你可能需要将command字段替换为uv的完整路径,可通过运行which uv(MacOS/Linux)或where uv(Windows)进行检查。

保存后重新启动应用程序。对于Claude Desktop,点击锤子图标,在“可用MCP工具”列表中应显示get_paper_prompt

📄 许可证

本项目采用 MIT 许可证许可证: MIT

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client