Server data from the Official MCP Registry
Edit your Overleaf LaTeX projects from Claude and ChatGPT; every change is a real Git commit.
Edit your Overleaf LaTeX projects from Claude and ChatGPT; every change is a real Git commit.
Remote endpoints: streamable-http: https://milatexai.com/mcp
2 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Remote servers are capped at 8.0 because source code is not available for review. The score reflects endpoint verification only.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-yasaminfayyaz-milatexai": {
"url": "https://milatexai.com/mcp"
}
}
}From the project's GitHub README.
Edit your real Overleaf projects by talking to Claude or ChatGPT. No copy-paste, no downloading files, and every change lands in Overleaf as a real Git commit.
milatexai.com · Works with Claude and ChatGPT · Open source (AGPL-3.0)
MiLatexAI is a hosted, remote MCP server that connects your AI assistant to your Overleaf projects over Overleaf's own Git integration. Ask "tighten my introduction" or "add a related-work paragraph citing Smith 2021" and the edit is committed and pushed to Overleaf instantly, visible in your project history where you can review the diff or revert it.
The internal Python package is still named
leafbridge.
Nothing to install. In Claude or ChatGPT, add MiLatexAI as a custom connector:
https://milatexai.com/mcp.
start_connect). You get a one-time link to a secure web form where you paste your Overleaf Git token. It never appears in the chat and is encrypted at rest.Full setup guide: milatexai.com/#get-started
MiLatexAI works through Overleaf's Git integration, which is a premium (paid) feature on Overleaf. To use it on your own projects you need one of:
Quick test: if you can create a Git token under Overleaf, Account Settings, Git Integration, you are good to go. Free-only Overleaf accounts cannot create Git tokens.
You will also need Claude or ChatGPT. Their free tiers work fine.
Reads are always free and unlimited. Overleaf's own subscription is separate and billed by Overleaf. Manage billing inside your assistant or at milatexai.com/account.
| Tool | What it does | Write |
|---|---|---|
list_projects, list_files | List your projects, or a project's files | No |
read_file, get_sections, read_section | Read files and navigate LaTeX structure | No |
check_compile | Build with a bundled LaTeX engine (Tectonic) and report the exact errors | No |
get_history | Recent Overleaf commits | No |
edit_file, write_file, delete_file, upload_file | Change files, each an immediate Git commit and push | Yes |
Only writes count toward the monthly limit; reads are always free. Every write commits and pushes immediately and returns the commit hash, auditable in Overleaf's history. Paths are validated (no traversal), edits require an exact unique match, and the engine always pulls before pushing and never force-pushes.
MiLatexAI is not affiliated with, endorsed by, or sponsored by Overleaf or Digital Science, Anthropic, or OpenAI. Overleaf, Claude, and ChatGPT are trademarks of their respective owners, used only to describe compatibility.
MiLatexAI is AGPL-3.0, so you can run the server yourself.
python -m venv .venv
. .venv/Scripts/activate # or: source .venv/bin/activate
pip install -r requirements.txt
python -m pytest -q # test suite
The hosted service runs leafbridge.asgi:app (Streamable HTTP MCP at /mcp) on Azure Container Apps, with WorkOS AuthKit for authentication and Stripe for billing. Self-hosted Overleaf Server Pro is supported via a git_url override on a project. Running a modified version as a network service requires publishing your changes (AGPL).
AGPL-3.0-or-later. You may self-host freely; running a modified version as a network service requires publishing your changes.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.