PluginBench
MCP Server
Maintained
AGPL-3.0

io.github.SepineTam/latex-mcp MCP Server

io.github.SepineTam/latex-mcp

What is the io.github.SepineTam/latex-mcp MCP server?

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

How to install io.github.SepineTam/latex-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "latex-mcp": {
      "command": "uvx",
      "args": [
        "latex-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "latex-mcp": {
      "command": "uvx",
      "args": [
        "latex-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "latex-mcp": {
      "command": "uvx",
      "args": [
        "latex-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "latex-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "latex-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add latex-mcp -- uvx latex-mcp

Related MCP servers

Let AI agents like Claude safely run Stata regression analysis on your local machine.

209
Python
AGPL-3.0
View repository →