MCP Catalogs
Homearxiv-latex-mcp screenshot

arxiv-latex-mcp

by takashiishida·131·Score 48

MCP server enabling LLMs to access and process arXiv papers via original LaTeX source for better math handling.

ai-llmknowledge-graphdeveloper-tools
13
Forks
4
Open issues
this month
Last commit
2d ago
Indexed

Overview

The arxiv-latex-mcp server provides specialized tools for retrieving and processing LaTeX source from arXiv papers. By using the original LaTeX rather than PDFs, it enables accurate interpretation of mathematical expressions, equations, and notations that often pose challenges in standard PDF-based interfaces. The server integrates with arxiv-to-prompt to handle downloading and processing of LaTeX sources.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Analyzing mathematical papers where equation rendering is critical
you:Researching complex scientific topics involving technical notation
you:Summarizing or translating content from academic papers with precision
you:Why use LaTeX source instead of PDF?
you:What tools does this server provide?

When to choose this

Choose this server when working with mathematical papers where precise equation interpretation is critical, especially in computer science, mathematics, and engineering fields.

When NOT to choose this

Avoid this server if you primarily need to analyze non-technical papers or those without mathematical content, or if you require processing capabilities beyond LaTeX source extraction.

Tools this server exposes

4 tools extracted from the README
  • get_paper_prompt

    Get the full flattened LaTeX of a paper

  • get_paper_abstract

    Get just the abstract of a paper

  • list_paper_sections

    List section headings of a paper

  • get_paper_section

    Get a specific section by path

Comparable tools

arxiv-to-promptpdf2text-mcpclaude-arxiv

Installation

Installation

Claude Desktop

  1. Download the .mcpb file from [releases](https://github.com/takashiishida/arxiv-latex-mcp/releases/)
  2. Double-click on the .mcpb file to install via Desktop Extensions

Other MCP Clients

Add this configuration to your MCP config file:

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

Manual Installation

Install with pip: pip install arxiv-latex-mcp Then run: arxiv-latex-mcp

FAQ

Why use LaTeX source instead of PDF?
LaTeX source preserves mathematical expressions and notations accurately, which PDF conversion often distorts or loses. This is especially important for fields with complex mathematical content.
What tools does this server provide?
The server offers four main tools: get_paper_prompt (full LaTeX), get_paper_abstract (just abstract), list_paper_sections (section headings), and get_paper_section (specific section by path).

Compare arxiv-latex-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.