Loading MCP server directory, please wait...
MCP server that lets AI clients read and safely edit Overleaf projects over the Overleaf Git bridge.
npx @getmcp/cli add io.github.yangzichao/mcp-server-overleafRequires Node.js 18+. Community-contributed server. Review source before installing.
OVERLEAF_GIT_TOKENOverleaf Git authentication token, from https://www.overleaf.com/user/settings under Git integration.
OVERLEAF_PROJECT_IDThe project to open: its 24-character id, or the Overleaf address bar URL that contains it.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.yangzichao/mcp-server-overleaf": {
"command": "npx",
"args": [
"-y",
"mcp-server-overleaf",
"--stdio"
],
"env": {
"OVERLEAF_GIT_TOKEN": "",
"OVERLEAF_PROJECT_ID": ""
}
}
}
}