MiLatexAI
Allows an AI assistant to read, edit, and manage files in Overleaf projects using the Overleaf Git bridge, enabling tasks such as fixing grammar, adding citations, uploading binaries, and committing changes directly to the project history.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MiLatexAIfix the grammar in my introduction"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MiLatexAI
Edit your real Overleaf projects, plus GitHub, GitLab, Bitbucket, and self-hosted Git repositories, by talking to Claude or ChatGPT. No copy-paste, no downloading files, and every change lands on your default branch 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 and any GitHub, GitLab, Bitbucket, or allowlisted self-hosted Git repository. Ask "tighten my introduction" or "add a related-work paragraph citing Smith 2021" and the edit is committed and pushed to the repository's default branch instantly, visible in your Git history where you can review the diff or revert it. (There's no pull-request flow or branch picker yet.)
The internal Python package is still named
leafbridge.
Use it (hosted, recommended)
Nothing to install. In Claude or ChatGPT, add MiLatexAI as a custom connector:
Add the connector using the URL
https://milatexai.com/mcp.Claude: Settings, Connectors, Add custom connector, paste the URL, sign in.
ChatGPT: Settings, Connectors, enable Developer mode, Add custom connector, paste the URL, authorize. Works on ChatGPT including its free plan.
Connect a project. Ask the assistant to connect a project (or run
start_connect). You get a one-time link to a secure web form where you paste your repository URL and Git access token. It never appears in the chat and is encrypted at rest.Talk to your paper. "List my files," "read the methods section," "why won't it compile," "rewrite this paragraph."
Full setup guide: milatexai.com/#get-started
Related MCP server: Overleaf MCP Server
Requirement: a repository you can push to
You connect a repository by pasting its URL and an access token. What that takes depends on the host:
Overleaf Git integration (a paid Overleaf feature). MiLatexAI works through Overleaf's Git integration, which is a premium (paid) feature on Overleaf. To use it on your own Overleaf projects you need one of:
An Overleaf paid plan (Standard or Professional), or
A project shared with you from a premium or group/institutional account that includes Git integration.
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.
GitHub, GitLab, Bitbucket, or self-hosted Git: no paid plan needed. Any repository you can push to works with a free access token: a GitHub fine-grained PAT with Contents read/write, a GitLab project or personal access token, or a Bitbucket app password. Self-hosted HTTPS Git repos are supported when allowlisted.
You will also need Claude or ChatGPT. Their free tiers work fine.
Pricing
Free: 1 connected project, 10 write-commits per month, unlimited reads. Runs on spare capacity (best-effort).
Pro, $8.99/mo: unlimited projects, unlimited write-commits, guaranteed access.
Reads are always free and unlimited. If you connect Overleaf, its own subscription is separate and billed by Overleaf; GitHub, GitLab, and Bitbucket need only a free access token. Manage billing inside your assistant or at milatexai.com/account.
What it does
Tool | What it does | Write |
| List your projects, or a project's files | No |
| Read files and navigate LaTeX structure | No |
| Build with a bundled LaTeX engine (Tectonic) and report the exact errors | No |
| Recent commits on the default branch | No |
| 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 to the default branch and returns the commit hash, auditable in your repository's history. Paths are validated (no traversal), edits require an exact unique match, and the engine always pulls before pushing and never force-pushes.
Security and privacy
Your Git access token is entered on a secure web form, encrypted at rest, and never written to the chat.
MiLatexAI touches only the projects you explicitly connect, nothing else in your account.
We do not store your document contents. We keep only your account email, your encrypted token, and a monthly commit counter.
The full connector is open source (AGPL-3.0), so you can audit exactly what it does.
MiLatexAI is not affiliated with, endorsed by, or sponsored by Overleaf or Digital Science, GitHub, GitLab, Bitbucket, Anthropic, or OpenAI. Overleaf, GitHub, GitLab, Bitbucket, Claude, and ChatGPT are trademarks of their respective owners, used only to describe compatibility.
Self-host
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 suiteThe 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).
Status
Live at milatexai.com: hosted multi-user server, WorkOS sign-in, per-user encrypted tokens, server-side compile checks (Tectonic), Stripe billing, and website sign-in for managing your subscription.
Roadmap: connector-directory listings, multi-file smart edits, team plans.
License
AGPL-3.0-or-later. You may self-host freely; running a modified version as a network service requires publishing your changes.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceProvides access to Overleaf projects via Git integration, allowing Claude and other MCP clients to read LaTeX files, analyze document structure, and extract content.Last updated6127215MIT
- Alicense-qualityDmaintenanceEnables access to Overleaf LaTeX projects through Git integration, allowing users to read files, analyze document structure, extract sections, and manage multiple projects through natural language commands.Last updated147MIT
- AlicenseAqualityDmaintenanceIntegrates with Overleaf's Git feature to manage LaTeX projects directly from MCP-enabled environments, enabling cloning, syncing, and pushing changes between local machine and Overleaf.Last updated514MIT
- Alicense-qualityBmaintenanceEnables editing Overleaf projects from Claude, with tools to list, read, edit, and sync files via Git.Last updatedMIT
Related MCP Connectors
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Read, edit, publish, and preview your pepita websites from Claude.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yasaminfayyaz/milatexai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server