Odel
latex mcp

latex mcp

Local
@sepinetam3PythonAGPL-3.0Updated 5mo ago

Enable AI agents to compile TeX files with LaTeX inside a Docker container.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIlatex-mcpv0.1.3

Run

uvx latex-mcp

MCP client config

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