overleaf-mcp-server

YounesBensafia/overleaf-mcp-server
★ 22 stars Python 📁 File System Updated 11d ago
MCP server for Overleaf projects. Syncs LaTeX files via Git, parses sections, equations, and citations, and exposes them to AI clients for assisted paper review, LaTeX fixes, and content generation.
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": {
    "overleaf-mcp-server": {
      "command": "uvx",
      "args": [
        "overleaf-mcp-server"
      ]
    }
  }
}

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

Topics

latexmcpoverleafoverleaf-mcpresearch