arxiv-latex MCP Server
by takashiishida
An MCP server that allows Claude Desktop, Cursor, or other MCP clients to access and process arXiv papers by fetching the LaTeX source. It leverages arxiv-to-prompt to handle downloading and processing the LaTeX.
Last updated: N/A
What is arxiv-latex MCP Server?
This server is an MCP (Message Passing Communication) server designed to enable Large Language Models (LLMs) like those used by Claude Desktop and Cursor to directly access and process arXiv papers by fetching their LaTeX source code. It avoids the limitations of PDF processing by providing the original LaTeX, ensuring accurate understanding of mathematical content.
How to use arxiv-latex MCP Server?
To use this server, you need to add a configuration block to your application's config file, specifying the command and arguments required to run the arxiv-latex-mcp.py
script. The configuration includes the absolute path to the server directory and the uv
command (or its full path). After saving the configuration and restarting the application (e.g., Claude Desktop), the get_paper_prompt
tool will become available.
Key features of arxiv-latex MCP Server
Direct LaTeX source access from arXiv
Improved accuracy in understanding mathematical content
Integration with Claude Desktop and Cursor
Leverages arxiv-to-prompt for LaTeX processing
Enables question answering about arXiv papers
Use cases of arxiv-latex MCP Server
Accurately understanding and summarizing math-heavy arXiv papers
Asking specific questions about theorems and equations in research papers
Improving the performance of LLMs on scientific and technical documents
Facilitating research and literature review using AI assistance
FAQ from arxiv-latex MCP Server
Why use LaTeX source instead of PDF?
Why use LaTeX source instead of PDF?
LaTeX source provides a more accurate representation of mathematical equations and notations, which can be misinterpreted when processing PDFs.
What is arxiv-to-prompt?
What is arxiv-to-prompt?
arxiv-to-prompt is a tool used by this server to download and process the LaTeX source code from arXiv papers.
How do I install this server?
How do I install this server?
Add the provided configuration to your application's config file, ensuring the correct path to the server directory and the uv
command.
Which applications are compatible with this server?
Which applications are compatible with this server?
This server is designed to work with MCP clients such as Claude Desktop and Cursor.
What kind of questions can I ask?
What kind of questions can I ask?
You can ask questions about the content of arXiv papers, such as explaining theorems or summarizing sections.