Skip to main content
Glama
YounesBensafia

Overleaf MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PROJECT_IDNoThe Overleaf project ID from the browser URL. Can be omitted if passed per tool call.
OVERLEAF_TOKENYesYour Overleaf Git integration authentication token.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_filesA

List all files in the Overleaf project

read_fileB

Read the content of a file in the Overleaf project

write_fileC

Create or update a file in the Overleaf project

sync_projectC

Pull latest changes from Overleaf

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct action: listing, reading, syncing, or writing files. No overlap in functionality, enabling clear agent selection.

Naming Consistency5/5

All tool names follow the consistent verb_noun pattern in snake_case (e.g., list_files, write_file), making them predictable and easy to parse.

Tool Count4/5

With 4 tools covering file listing, reading, writing, and syncing, the scope is narrow but sufficient for basic project management. Slightly minimal but not undercutting usability.

Completeness3/5

Core file operations (list, read, write, sync) are present, but deletion and renaming are missing. This gap could force agents to work around limitations in file lifecycle management.

Maintenance

ActivityInactive
ResponsivenessNo issues