takashiishida/arxiv-latex-mcp
Free获取 arXiv 论文的 LaTeX 源码,以处理数学内容和公式。
About takashiishida/arxiv-latex-mcp
arxiv-latex-mcp is an open-source MCP (Model Context Protocol) server that enables AI assistants like Claude Desktop, Claude Code, Cursor, and other MCP clients to directly access and process arXiv papers by fetching their original LaTeX source code. Instead of relying on PDF parsing—which often misinterprets equations and mathematical notation—this tool downloads the LaTeX source from arXiv and provides it to the LLM in a structured way. It offers four tools: get_paper_prompt (full flattened LaTeX), get_paper_abstract (abstract text), list_paper_sections (section headings), and get_paper_section (specific section by path). Built with arxiv-to-prompt, it supports fields such as computer science, mathematics, and engineering where precise mathematical interpretation is critical. Installation is available via uvx, pip, or a .mcpb desktop extension, making it easy to integrate into existing workflows.
Key Features
Pros & Cons
- Accurately interprets mathematical expressions by using original LaTeX source
- Easy to install via uvx, pip, or one-click desktop extension
- Open source (MIT license) with active development (141 stars, 55 commits)
- No API keys required; works with any arXiv paper ID
- Provides structured access to paper content (full text, abstract, sections)
- Requires internet connection to fetch papers from arXiv
- Only works with papers hosted on arXiv (not other repositories or local PDFs)
- Large LaTeX documents may consume significant token context
- Limited to papers that have LaTeX source available on arXiv
- Dependence on MCP-compatible clients (e.g., Claude Desktop, Cursor)