Skip to content
VS Code

latex mcp for VS Code

io.github.sepinetam/latex-mcp

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

client:VS Code transport:stdio runtime:pypi

Install latex mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "latex-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "latex-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

latex mcp in other clients