Overleaf for Cline
io.github.yangzichao/mcp-server-overleaf
Read and edit Overleaf papers from any AI client. Edits can arrive as tracked-change suggestions.
client:Cline
transport:stdio
runtime:npm
Install Overleaf in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-server-overleaf": {
"command": "npx",
"args": [
"-y",
"mcp-server-overleaf"
],
"env": {
"OVERLEAF_GIT_TOKEN": "<OVERLEAF_GIT_TOKEN>",
"OVERLEAF_PROJECT_ID": "<OVERLEAF_PROJECT_ID>",
"OVERLEAF_SESSION_COOKIE": "<OVERLEAF_SESSION_COOKIE>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs