latex-mcp
Enable AI agents to compile TeX files with LaTeX inside a Docker container.
Quickly Start
Prerequisites
- Docker
- Recommended hardware: 4GB or higher
- Network access to GitHub Container Registry
Configuration in Claude Code
Create 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:
{
"mcpServers": {
"latex-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src=${PWD},dst=${PWD}",
"-w",
"${PWD}",
"ghcr.io/sepinetam/latex-mcp:latest"
]
}
}
}
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
latex_mcp-0.2.0.tar.gz
(7.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
latex_mcp-0.2.0-py3-none-any.whl
(11.5 kB
view details)
File details
Details for the file latex_mcp-0.2.0.tar.gz.
File metadata
- Download URL: latex_mcp-0.2.0.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fb46949c0959b7f3f60bb735a83471c916c72b941f525b7d47e9381c88e913d
|
|
| MD5 |
eb02c2e2bd525c4317b41ea3e1403960
|
|
| BLAKE2b-256 |
afc4f41c73721dc8e3b1f2b82a9308ae3d1ab983b9174b633bfae4afecf0ebd6
|
File details
Details for the file latex_mcp-0.2.0-py3-none-any.whl.
File metadata
- Download URL: latex_mcp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0c6d9b850cfb230e0e392c87ca3cf22b3fc9172f99368a1aa7e4a0e74ea163c
|
|
| MD5 |
3da374f96cebc3713f0302dfbdaf5a95
|
|
| BLAKE2b-256 |
72a7f80b8d36ff319a3a70fa1d80adb4e6b5cd52706ba5e55c9494efa58a9a00
|