arxiv-latex MCP Server

arxiv-latex MCP Server

Enables direct access to arXiv LaTeX sources for improved AI understanding in math-heavy papers.

72
Stars
7
Forks
72
Watchers
3
Issues
arxiv-latex MCP Server provides an MCP-compatible server that allows clients like Claude Desktop and Cursor to fetch and process the LaTeX source code of arXiv papers, leveraging precise access to mathematical content. By utilizing original LaTeX instead of PDF, it enables large language models to better understand complex equations and notations. Integration is straightforward through desktop extensions or manual configuration, and the tool is particularly valuable for research fields that rely on mathematical accuracy.

Key Features

Direct fetching of arXiv LaTeX sources
Integration with MCP clients like Claude Desktop and Cursor
Improved handling of mathematical and equation-heavy papers
Automatic LaTeX to prompt conversion via arxiv-to-prompt
Easy installation via desktop extension or manual setup
Supports command-based server launch using uv
Enhanced context delivery for LLMs
Configuration guidance for different operating systems
Provides get_paper_prompt tool
Open source under MIT license

Use Cases

Assisting AI models in accurately interpreting mathematical expressions in academic literature
Enabling advanced document Q&A on arXiv papers for researchers
Integrating with desktop LLM tools for seamless knowledge extraction from technical papers
Supporting students reviewing challenging mathematical or engineering papers
Automated theorem explanation and content summarization for arXiv articles
Providing context-rich data for LLM-powered search engines
Enhancing study tools with direct access to source-level academic content
Facilitating precise literature reviews in STEM disciplines
Supplying mathematicians or engineers with accurate AI-driven insights from arXiv
Enabling content conversion from LaTeX to prompt-friendly formats for downstream AI applications

README

arxiv-latex MCP Server

License: MIT GitHub Release

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

If you are using Claude Desktop and MacOS, 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:

json
{
  "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"

Star History

Star History Chart

Repository Owner

Repository Details

Language Python
Default Branch main
Size 218 KB
Contributors 1
License MIT License
MCP Verified Nov 12, 2025

Programming Languages

Python
100%

Topics

arxiv claude-desktop cursor-ai latex llm mcp-server

Join Our Newsletter

Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.

We respect your privacy. Unsubscribe at any time.

Related MCPs

Discover similar Model Context Protocol servers

  • FastMCP LaTeX Server (tex-mcp)

    FastMCP LaTeX Server (tex-mcp)

    A microservice for rendering LaTeX and templates to PDF via the Model Context Protocol.

    FastMCP LaTeX Server is a microservice designed to render raw LaTeX or Jinja2 template documents and compile them into PDF files. It exposes a suite of five MCP-compatible tools for document rendering, template management, and artifact handling. The service can be run locally or integrated seamlessly with Claude Desktop, supporting both stdin/stdout MCP communication and HTTP-based transport. Output artifacts, including .tex and .pdf files, are generated in a dedicated directory, and a variety of ready-made templates are provided for easy customization.

    • 4
    • MCP
    • devroopsaha744/TexMCP
  • Typst MCP Server

    Typst MCP Server

    Facilitates AI-driven Typst interactions with LaTeX conversion, validation, and image generation tools.

    Typst MCP Server implements the Model Context Protocol, enabling AI models to interface seamlessly with Typst, a markup-based typesetting system. It provides tools for tasks such as converting LaTeX to Typst, validating Typst syntax, listing and retrieving Typst documentation chapters, and rendering Typst code as images. The server is compatible with MCP agent clients, such as Claude Desktop and VS Code’s agent mode. All functionalities are exposed as tools for ease of LLM integration.

    • 79
    • MCP
    • johannesbrandenburger/typst-mcp
  • AgentQL MCP Server

    AgentQL MCP Server

    MCP-compliant server for structured web data extraction using AgentQL.

    AgentQL MCP Server acts as a Model Context Protocol (MCP) server that leverages AgentQL's data extraction capabilities to fetch structured information from web pages. It allows integration with applications supporting MCP, such as Claude Desktop, VS Code, and Cursor, by providing an accessible interface for extracting structured data based on user-defined prompts. With configurable API key support and streamlined installation, it simplifies the process of connecting web data extraction workflows to AI tools.

    • 120
    • MCP
    • tinyfish-io/agentql-mcp
  • CipherTrust Manager MCP Server

    CipherTrust Manager MCP Server

    Enables AI assistants to access CipherTrust Manager securely via the Model Context Protocol.

    CipherTrust Manager MCP Server provides an implementation of the Model Context Protocol (MCP), offering AI assistants such as Claude and Cursor a unified interface to interact with CipherTrust Manager resources. Communication is facilitated through JSON-RPC over stdin/stdout, enabling key management, CTE client management, user management, and connection management functionalities. The tool is configurable via environment variables and integrates with existing CipherTrust Manager instances using the ksctl CLI for secure resource access.

    • 7
    • MCP
    • sanyambassi/ciphertrust-manager-mcp-server
  • Calculator MCP Server

    Calculator MCP Server

    Enables LLMs to perform precise numerical calculations via Model Context Protocol.

    Calculator MCP Server provides a Model Context Protocol-compliant server which allows large language models to use calculator functionality for accurate numerical operations. It offers a single tool called 'calculate' for evaluating mathematical expressions that can be integrated into MCP ecosystems. Installation and configuration options are available via pip or uvx to support multiple client workflows. The server simplifies connecting LLMs to robust, external calculation capabilities for enhanced mathematical reasoning.

    • 131
    • MCP
    • githejie/mcp-server-calculator
  • MCP Claude Hacker News

    MCP Claude Hacker News

    Seamless Hacker News integration for Claude Desktop via Model Context Protocol.

    MCP Claude Hacker News is an MCP server that enables Claude Desktop to access, browse, and interact with Hacker News content. It allows users to view the latest, top, and best-rated stories, retrieve detailed information, and read story comments in a clean, structured format. Designed for easy integration, it supports both manual launch and automated startup with Claude Desktop.

    • 9
    • MCP
    • imprvhub/mcp-claude-hackernews
  • Didn't find tool you were looking for?

    Be as detailed as possible for better results