Read and edit Overleaf papers from any AI client. Edits can arrive as tracked-change suggestions.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y mcp-server-overleaf
MCP client config
{
"mcpServers": {
"overleaf": {
"command": "npx",
"args": [
"-y",
"mcp-server-overleaf"
]
}
}
}Distributed as an MCP bundle (`https://github.com/yangzichao/mcp-server-overleaf/releases/download/v0.3.4/mcp-server-overleaf-0.3.4.mcpb`) — download it and import the bundle in your MCP client.