Skip to main content
Workplace & ProductivityPython

devroopsaha744/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-productivitylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/devroopsaha744/TexMCP

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Workplace & Productivity
Language
Python
Author
devroopsaha744