
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.
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:
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 READMEget_paper_promptGet the full flattened LaTeX of a paper
get_paper_abstractGet just the abstract of a paper
list_paper_sectionsList section headings of a paper
get_paper_sectionGet a specific section by path
Comparable tools
Installation
Installation
Claude Desktop
- Download the
.mcpbfile from [releases](https://github.com/takashiishida/arxiv-latex-mcp/releases/) - Double-click on the
.mcpbfile 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
Last updated · Auto-generated from public README + GitHub signals.