latex-mcp-server
An MCP Server to compile latex, download/organize/read cited papers, run visualization scripts and add figures/tables to latex.
Quick Start
Clone the repository:
git clone https://github.com/Yeok-c/latex-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"latex-mcp-server": {
"command": "npx",
"args": [
"-y",
"latex-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.