Enable AI agents to compile TeX files with LaTeX inside a Docker container.
Project description
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 (ghcr.io)
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"
]
}
}
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file latex_mcp-0.1.0.tar.gz.
File metadata
- Download URL: latex_mcp-0.1.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","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 |
001876301c7f30c84b5de9f6a33cdd7cb25de7df9fe2b66c0f6dc530aae467f5
|
|
| MD5 |
9c36e8a2ae6518da29c41d4bcc19e8a3
|
|
| BLAKE2b-256 |
d98f431b1d0633e8a3f7d0d7e9fc4cad5e6de9b1a9bbc6eb1ca7d59fabbd73b1
|
File details
Details for the file latex_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: latex_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","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 |
4c38dc1f6ddbfc04ea3c4306998070a2261482862a2f8529dd22a06f506bd846
|
|
| MD5 |
897e9ebd59d68c1a87ec8cc79ea1e1bc
|
|
| BLAKE2b-256 |
cf6c20c845854abd277480d8130911d04fca66d70f2ca245bce698eae6bbe7be
|