Skip to content
Windsurf

Overleaf for Windsurf

io.github.yangzichao/mcp-server-overleaf

Read and edit Overleaf papers from any AI client. Edits can arrive as tracked-change suggestions.

client:Windsurf transport:stdio runtime:npm

Install Overleaf in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Overleaf in other clients