Skip to main content
Other Tools and IntegrationsUnknown

latex-mcp-server

An MCP Server to compile latex, download/organize/read cited papers, run visualization scripts and add figures/tables to latex.

other-tools-and-integrations
Share:

Quick Start

Clone the repository:

git clone https://github.com/Yeok-c/latex-mcp-server

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Unknown
Author
Yeok-c