Back to MCP Servers
Latex
An MCP Server to compile latex, download/organize/read cited papers, run visualization scripts and add figures/tables to latex.
other-tools-and-integrations
By Yeok-c
Installation
npx -y latex-mcp-serverConfiguration
{
"mcpServers": {
"latex-mcp-server": {
"command": "npx",
"args": ["-y", "latex-mcp-server"]
}
}
}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