Back to MCP Servers

TexMCP

An MCP server that converts LaTeX into high-quality PDF documents. It provides tools for rendering both raw LaTeX input and customizable templates, producing shareable, production-ready artifacts such as reports, resumes, and research papers.

workplace-productivity

Installation

npx -y TexMCP

Configuration

{
  "mcpServers": {
    "TexMCP": {
      "command": "npx",
      "args": ["-y", "TexMCP"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub