Retour aux applications

Overleaf MCP Server
par michael-tanzer
Connect your AI assistant to Overleaf via Git — read, write, search, and manage LaTeX projects with 22 MCP tools including full Git history access.
1 étoiles
3 vues
Mis à jour 27 days ago
Fonctionne dans:claude
Expose:Tools
What it does
Overleaf MCP Server bridges any MCP-compatible AI client with your Overleaf LaTeX projects using Overleaf's Git integration. Once configured, your AI assistant can read and edit LaTeX files, search across documents, manage Git history, and push changes back to Overleaf — all without leaving the chat interface. It supports multiple projects simultaneously via a projects.json config file.
Tools
Reading:
list_projects— List all configured Overleaf projectslist_files— Browse files in a project, filter by extensionread_file— Read a file's full contentsget_sections— Parse LaTeX section/subsection structureget_section_content— Fetch a specific section by title or numeric IDsearch_project— Full-text or regex search across all project filesstatus_summary— Combined project status view
Writing:
write_file— Write or overwrite an entire fileedit_section— Replace a full LaTeX sectionsearch_and_replace_file— Targeted find-and-replace within a filesearch_and_replace_section— Find-and-replace scoped to a single sectioncreate_file,delete_file,copy_file,move_file— File managementbatch_write— Multiple writes, deletes, and replacements in one commit
Git history:
git_log,git_diff,git_show,git_blame,git_revert,cleanup_repos
Installation
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"overleaf": {
"command": "node",
"args": ["/path/to/overleaf-mcp/overleaf-mcp-server.js"]
}
}
}
Claude Code
Add to .mcp.json:
{
"mcpServers": {
"overleaf": {
"command": "node",
"args": ["/path/to/overleaf-mcp/overleaf-mcp-server.js"]
}
}
}
Supported hosts
Claude Desktop and Claude Code are confirmed in the README.
Installation rapide
npm install -g overleaf-mcp-serverInformations
- Tarification
- free
- Publié
- 4/5/2026
- Mis à jour
- 27 days ago