Latex-MCP-Server

AtharvaDubey25/Latex-MCP-Server
★ 0 stars Python 🤖 AI/LLM Updated 4d ago
An MCP (Model Context Protocol) server that lets AI agents write LaTeX code, compile it to PDF, and open the result. Designed for use with Claude Desktop and other MCP-compatible clients.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "latex-mcp-server": {
      "command": "uvx",
      "args": [
        "latex-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install latex-mcp-server