{
  "markdown": "# latex-mcp\n\n<!-- mcp-name: io.github.SepineTam/latex-mcp -->\n\n[![Publish to PyPI](https://github.com/SepineTam/latex-mcp/actions/workflows/release-pypi.yml/badge.svg)](https://github.com/SepineTam/latex-mcp/actions/workflows/release-pypi.yml)\n[![Build and Push Docker Images](https://github.com/SepineTam/latex-mcp/actions/workflows/release-docker.yml/badge.svg)](https://github.com/SepineTam/latex-mcp/actions/workflows/release-docker.yml)\n[![PyPI version](https://img.shields.io/pypi/v/latex-mcp.svg)](https://pypi.org/project/latex-mcp/)\n[![License: AGPL 3.0](https://img.shields.io/badge/License-AGPL%203.0-blue.svg)](LICENSE)\n[![Issue](https://img.shields.io/badge/Issue-report-green.svg)](https://github.com/SepineTam/latex-mcp/issues/new)\n\nEnable AI agents to compile TeX files with LaTeX inside a Docker container.\n\n## Quickly Start\n\n### Prerequisites\n- [Docker](https://docs.docker.com/get-docker/)\n- Recommended hardware: 4GB or higher\n- Network access to [GitHub Container Registry](https://github.com/SepineTam/latex-mcp/pkgs/container/latex-mcp)\n\n### Configuration in Claude Code\n\nCreate a `.mcp.json` file in your project root. This configuration is ideal for team collaboration as it uses `${PWD}` environment variable that works across different machines:\n\n```json\n{\n  \"mcpServers\": {\n    \"latex-mcp\": {\n      \"command\": \"docker\",\n      \"args\": [\n        \"run\",\n        \"-i\",\n        \"--rm\",\n        \"--mount\",\n        \"type=bind,src=${PWD},dst=${PWD}\",\n        \"-w\",\n        \"${PWD}\",\n        \"ghcr.io/sepinetam/latex-mcp:latest\"\n      ]\n    }\n  }\n}\n```\n",
  "bytes": 1572,
  "sha": "c661cbca26b3bc2249794bfbf35bd1a727452a42d9c09954f48a23670e5c7f26",
  "repo_slug": "sepinetam/latex-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_sepinetam_latex_mcp_d19dbbdc/readme"
}