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 TexMCPConfiguration
{
"mcpServers": {
"TexMCP": {
"command": "npx",
"args": ["-y", "TexMCP"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes