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
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables read-only interaction with Overleaf LaTeX projects through compatible clients like Claude Desktop, Cursor, and VS Code. Allows users to list and read project files safely without modification capabilities.