Provides read-only access to Overleaf projects, allowing users to list projects and files, and read file contents from their Overleaf LaTeX projects.
Overleaf MCP Server
MCP server that lets compatible clients (e.g., Claude Desktop, Cursor, VS Code) interact with Overleaf projects via tools and resources.
Features
List projects and files.
Read files.
Safe, read-only mode.
Adjust to match your implementation.
Requirements
Python 3.10+
An Overleaf account (or session cookie)
Configure a client
Claude Desktop
Edit claude_desktop_config.json:
If you have a console script, set "command": "overleaf-mcp" and remove "args".
Cursor (settings.json)
VS Code MCP (.vscode/mcp.json)
Tools
list_of_files: List all files in the project.
read_file: Read a specified file from the project.
This server cannot be installed