MCP Directory
Back

OverleafMCP

by mjyoo2 · JavaScript · ★ 185

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.

#ai-tools#chatgpt#claude#latex#mcp#mcp-server#overleaf

Install

npx -y github:mjyoo2/OverleafMCP

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "overleafmcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:mjyoo2/OverleafMCP"
      ]
    }
  }
}

From the README

An MCP (Model Context Protocol) server that provides access to Overleaf projects via Git integration. This allows Claude and other MCP clients to read LaTeX files, analyze document structure, extract content, and write files from and to Overleaf projects. - 📄 **File Management**: List, read, and write files from and to Overleaf projects - 📋 **Document Structure**: Parse LaTeX sections and subsections - 🔍 **Content Extraction**: Extract specific sections by title - 📊 **Project Summary**: Get overview of project status and structure - 🏗️ **Multi-Project Support**: Manage multiple Overleaf…
Read full README on GitHub →

Related developer tools servers