Arxiv Latex MCP Server
arXiv papers accessed via raw LaTeX source for precise math and equation processing.
Data last scanned today · Reviewed today
Overview
Arxiv Latex MCP Server allows AI clients to retrieve the original LaTeX source code for papers on arXiv. By moving away from PDF-based parsing, it provides LLMs with a clearer view of mathematical expressions and notations, improving performance for research in mathematics, engineering, and computer science. The server features tools to fetch entire papers as flattened LaTeX, extract specific abstracts, list section headers, and pull content from individual sections. This implementation supports installation through PyPI or local checkouts via uv, making it compatible with various MCP-enabled environments.
Our verdict
With a security score of 40/100, this server is currently classified as high risk. This status stems from the fact that both its authentication methods and read-only access modes remain unreviewed, and the project is community-maintained rather than vendor-official. It is recommended for users working in non-sensitive research environments who require precise LaTeX parsing for technical papers and are comfortable with the risks inherent in unvetted third-party integrations.
- Zero direct dependencies reduce potential supply-chain vulnerabilities.
- Specifically handles LaTeX source to avoid PDF parsing errors.
- Includes distinct tools for section-specific content retrieval.
- MIT licensed codebase available for modification.
- Authentication methods have not yet been security reviewed.
- Read-only mode implementation remains unverified.
- Lacks an official vendor maintenance guarantee.
- No external homepage documentation beyond the repository.
Tools
| Tool | Description | Risk |
|---|---|---|
| get_paper_prompt | Get the full flattened LaTeX of a paper | low |
| get_paper_abstract | Get just the abstract | low |
| list_paper_sections | List section headings of a paper | low |
| get_paper_section | Get a specific section by path | low |
Compatibility
| Client | Local | Docker | Remote | Read-only |
|---|---|---|---|---|
| Claude Desktop | ||||
| Cursor | ||||
| VS Code | ||||
| Windsurf | ||||
| ChatGPT |
Frequently asked questions
›Why should I use this server instead of uploading a PDF?
This server fetches the original LaTeX source code, which allows LLMs to more accurately interpret mathematical content and equations that are often difficult for PDF-based tools to process.
›What tools are available through this server?
The server provides tools to retrieve the full flattened LaTeX of a paper, fetch the abstract, list section headings, and extract specific sections by path.
›How do I install this on Claude Desktop?
You can install it by downloading the .mcpb file from the releases page and double-clicking it, or by manually adding the configuration to your MCP settings file.
›What are the requirements for running the server locally?
You can run the server using uvx, or by installing via pip and running it as a python module. If running from a local checkout, you must provide the absolute path to the directory in your configuration file.
Alternatives
Changelog
Badge
Maintain this server? Add the live badge to your README.