arxiv-latex MCP Server
An MCP server that enables Claude Desktop, Cursor, or other MCP clients to directly access and process arXiv papers by fetching the LaTeX source. It uses arxiv-to-prompt under the hood to handle downloading and processing the LaTeX.
Why use the LaTeX source instead of uploading PDFs? Many PDF chat applications often struggle with mathematical content and equation-heavy papers. By utilizing the original LaTeX source code from arXiv papers, the LLM can accurately understand and handle equations and notations. This approach is particularly valuable for fields like computer science, mathematics, and engineering where precise interpretation of mathematical expressions is crucial.
Installation
Add the following configuration to your config file:
{
"mcpServers": {
"arxiv-latex-mcp": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/arxiv-latex-mcp",
"run",
"arxiv-latex-mcp.py"
]
}
}
}
You may need to replace the command field with the full path of uv: check this by running which uv (MacOS/Linux) or where uv (Windows).
Restart the application after saving the above.
For Claude Desktop, click on the hammer icon, and you should see get_paper_prompt in the list of "Available MCP tools".
Example
Try asking questions about a paper from arXiv, e.g., "Explain the first theorem in 2202.00395"

Arxiv Latex MCP
Project Details
- takashiishida/arxiv-latex-mcp
- MIT License
Recomended MCP Servers
MCP server for Windows OS automation
A Ticketmaster MCP server that provides query capabilites from the Discovery API
🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs,...
一个基于 Model Context Protocol (MCP) 的 FFmpeg 辅助工具,提供视频处理功能。
A Model Context Protocol (MCP) integration that enables AI assistants to search for and control Home Assistant devices...
A Model Control Protocol (MCP) server that allows Claude to communicate with locally running LLM models via LM...
MCP Interface for Video Jungle
The Ultimate Model Context Protocol (MCP) Server, providing unified access to a wide variety of useful and powerful...
This tool captures browser console logs and makes them available to Cursor IDE through the Model Context Protocol...
MCP Server MetaMCP manages all your other MCPs in one MCP.
支持SSE,STDIO;不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展 Support for SSE, STDIO in MySQL MCP server mcp_mysql_server_pro is not just about MySQL CRUD operations,...





