MCP Directory
Back

olcli

by aloth · TypeScript · ★ 94

Overleaf CLI, library & MCP server — pull, push, sync, compile LaTeX projects. Use from terminal, import as TypeScript library, or connect AI agents via Model Context Protocol.

#academic-writing#agentskills#ai-agents#arxiv#cli#developer-tools#latex#library#mcp#mcp-server#model-context-protocol#nodejs#npm-package#overleaf#overleaf-api#overleaf-cli#overleaf-sync#research-tools#sharelatex#typescript

Install

npx -y github:aloth/olcli

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "olcli": {
      "command": "npx",
      "args": [
        "-y",
        "github:aloth/olcli"
      ]
    }
  }
}

From the README

**Command-line interface for Overleaf** — Sync, manage, and compile LaTeX projects from your terminal. [](https://www.npmjs.com/package/@aloth/olcli) [](https://aur.archlinux.org/packages/olcli) [](https://opensource.org/licenses/MIT) [](https://agentskills.io) Work with Overleaf projects directly from your command line. Edit locally with your favorite editor, version control with Git, and sync seamlessly with Overleaf's cloud compilation. **Full Overleaf command-line access:** - 📋 **List** all your Overleaf projects - ⬇️ **Pull** project files to local directory for offline editing -…
Read full README on GitHub →

Related other servers