1. Conduid
  2. AI
  3. takashiishida/arxiv-latex-mcp
MCP server · AI

takashiishida/arxiv-latex-mcp

MCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.

Unclaimed MIT last commit 6 months ago devtoolscursor-aillmlatexarxivclaude-desktopmcp-server
79Good

Scored 3 hours ago · breakdown

About takashiishida/arxiv-latex-mcp

takashiishida/arxiv-latex-mcp is an MCP server published by takashiishida in the AI category: mCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers. It has been installed 0 times through Conduid.

The repository has 106 stars and 10 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx arxiv-latex-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about takashiishida/arxiv-latex-mcp

Powered by Claude · Grounded in docs

I know everything about takashiishida/arxiv-latex-mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.2.2v0.2.2 · 18 Mar 2026What's new PyPI support**: Install via `pip install arxiv-latex-mcp` or run with `uvx arxiv-latex-mcp` Improved tool descriptions**: Better guidance for LLMs on tool selection Updated extension format**: Migrated from `.dxt` to `.mcpb`…
v0.2.1v0.2.1 · 22 Feb 2026What's New (since v0.2.0) Add MCP logging support (protocol compliance) Add GitHub Actions CI (Python 3.10, 3.12, 3.13) Fix all 12 Dependabot vulnerability alerts (urllib3, starlette, requests, mcp)
v0.2.0v0.2.0 · 22 Feb 2026What's New Updated `arxiv-to-prompt` to v0.10.0** — leveraging new features from the underlying library 3 new MCP tools:** `get_paper_abstract` — Get just the abstract of a paper (faster and cheaper) `list_paper_sections` — List section…
v0.1.0v0.1.0 · 29 Jun 2025v0.1.0 Claude Desktop Extension file. [Installation](https://www.anthropic.com/engineering/desktop-extensions) Download `arxiv-latex-mcp.dxt` from Assets Double click to open with Claude Desktop Click "Install"

README

arxiv-latex MCP Server

PyPI version GitHub Release Trust Score

An MCP server that enables Claude Desktop, Claude Code, 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

If you are using Claude Desktop, you can utilize Desktop Extensions by double-clicking on the .mcpb file to install. Download the .mcpb file from here. Supported on macOS, Windows, and Linux.

Otherwise, you can run the server directly from PyPI with uvx:

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

You can also install it with pip install arxiv-latex-mcp and run arxiv-latex-mcp, or use:

python -m arxiv_latex_mcp

If you prefer to run from a local checkout, add the following configuration to your config file:

{
  "mcpServers": {
      "arxiv-latex-mcp": {
          "command": "uv",
          "args": [
              "--directory",
              "/ABSOLUTE/PATH/TO/arxiv-latex-mcp",
              "run",
              "python",
              "-m",
              "arxiv_latex_mcp"
          ]
      }
  }
}

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 the following in the list of "Available MCP tools":

  • get_paper_prompt — Get the full flattened LaTeX of a paper
  • get_paper_abstract — Get just the abstract
  • list_paper_sections — List section headings of a paper
  • get_paper_section — Get a specific section by path

Example

Try asking questions about a paper from arXiv, e.g., "Explain the first theorem in 2202.00395"

README mirrored from the source repository 3 hours ago. The original is authoritative.

Questions

About takashiishida/arxiv-latex-mcp

How do I install takashiishida/arxiv-latex-mcp?

Run npx arxiv-latex-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is takashiishida/arxiv-latex-mcp safe to use with an AI agent?

Its trust score is 79 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is takashiishida/arxiv-latex-mcp still maintained?

Yes — the latest release is v0.2.2 (18 Mar 2026), and the last commit was 6 months ago. The repository has 106 stars and 0 open issues.