★ 22 stars
Python
📁 File System
Updated 11d ago
MCP server for Overleaf projects. Syncs LaTeX files via Git, parses sections, equations, and citations, and exposes them to AI clients for assisted paper review, LaTeX fixes, and content generation.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"overleaf-mcp-server": {
"command": "uvx",
"args": [
"overleaf-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add overleaf-mcp-server uvx overleaf-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"overleaf-mcp-server": {
"command": "uvx",
"args": [
"overleaf-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install overleaf-mcp-server
Topics
latex mcp overleaf overleaf-mcp research