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.
Quick Start
Clone the repository:
git clone https://github.com/devroopsaha744/TexMCPClaude Desktop configuration example:
{
"mcpServers": {
"texmcp": {
"command": "npx",
"args": [
"-y",
"devroopsaha744/TexMCP"
]
}
}
}Check the repository README for specific installation and configuration instructions.