mcpserver.lol
registry/overleafmcp
Connection check local install

overleafmcp

Model Context Protocol (MCP) server that lets AI assistants read Overleaf projects, parse LaTeX document structure, and push section-level edits back via Git. Compatible with Claude Desktop, Cursor, Windsurf, and any MCP client.

Tools 8
GitHub stars 263
Installs / wk 150
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

8 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

get_section_content from source
Get content of a specific section
get_sections from source
Get all sections from a LaTeX file
list_files from source
List files in an Overleaf project
list_projects from source
List all configured Overleaf projects
read_file from source
Read a file from an Overleaf project
status_summary from source
Get a comprehensive project status summary
write_file from source
Write content to a file in an Overleaf project and push to Overleaf
write_section from source
Replace a single section in a LaTeX file and push to Overleaf. Safer than write_file for targeted edits — only the named section is replaced, leaving the rest of the file untouched…