general MCP Server
Model Context Protocol (MCP) server that lets AI assistants read Overleaf projects, parse LaTeX document structure, and push section-level edits back via Git. Compatible with Claude Desktop, Cursor, Windsurf, and any MCP client.
Discovered via github-topic:mcp-server and last synced 3mo ago.
1. Install the package
npx overleaf-mcp-server
2. Add to claude_desktop_config.json
{
"mcpServers": {
"overleaf-mcp-server": {
"command": "npx",
"args": [
"overleaf-mcp-server"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)