AR

arxiv-latex-mcp

Created 6 months ago

An MCP server for accessing and processing arXiv papers using LaTeX source.

development documentation public

What is arxiv-latex-mcp?

MCP server that fetches and processes arXiv LaTeX sources for precise interpretation of mathematical expressions in papers.

Documentation

Installation

If you are using Claude Desktop, you can utilize Desktop Extensions by double-clicking on the .dxt file to install. Download the .dxt file from here. Otherwise, you can manually add the following configuration to your config file:

{ "mcpServers": { "arxiv-latex-mcp": { "command": "uv", "args": [ "--directory", "/ABSOLUTE/PATH/TO/arxiv-latex-mcp", "run", "server/main.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"

Server Config

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

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: No

Project Info

Hosted Featured
Created At: Jul 02, 2025
Updated At: Aug 07, 2025
Author: Takashi Ishida
Category: community
License: MIT
Tags:
development documentation public