@mjyoo2/overleaf-mcp

general MCP Server

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.

VerifiedInstall Ready
generalgeneral
4 views174 stars26 forksv1.0.0MIT

Why This Matters

Discovered via github-topic:mcp-server and last synced 3mo ago.

VerifiedInstall Ready
Source
github-topic:mcp-server
Stars
174
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx -y @mjyoo2/overleaf-mcp

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "-mjyoo2-overleaf-mcp": {
      "command": "npx",
      "args": [
        "@mjyoo2/overleaf-mcp"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

4
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (4)

macOS

`~/Library/Application Support/Claude/claude_desktop_config.json`

OS

Path

Linux

`~/.config/claude/claude_desktop_config.json`

Windows

`%APPDATA%\overleaf-mcp\projects.json`