arxiv-latex MCP Server
Enables direct access to arXiv LaTeX sources for improved AI understanding in math-heavy papers.
Key Features
Use Cases
README
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
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:
{
"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
Repository Owner
User
Repository Details
Programming Languages
Topics
Join Our Newsletter
Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.
Related MCPs
Discover similar Model Context Protocol servers
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
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
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
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
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
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?