Overleaf for Zed
io.github.yangzichao/mcp-server-overleaf
Read and edit Overleaf papers from any AI client. Edits can arrive as tracked-change suggestions.
client:Zed
transport:stdio
runtime:npm
Install Overleaf in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs