Skip to main content
Glama

Overleaf MCP Server

by mjyoo2

list_files

Retrieve all files within an Overleaf project, optionally filtered by file extension. Specify project name or ID to access and manage project content efficiently via Git integration.

Instructions

List all files in an Overleaf project

Input Schema

NameRequiredDescriptionDefault
extensionNoFile extension filter (e.g., .tex).tex
gitTokenNoGit token (optional, uses env var)
projectIdNoProject ID (optional, uses env var)
projectNameNoProject name (default, project2, etc.)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "extension": { "default": ".tex", "description": "File extension filter (e.g., .tex)", "type": "string" }, "gitToken": { "description": "Git token (optional, uses env var)", "type": "string" }, "projectId": { "description": "Project ID (optional, uses env var)", "type": "string" }, "projectName": { "description": "Project name (default, project2, etc.)", "type": "string" } }, "type": "object" }
Install Server

Other Tools from Overleaf MCP Server

Related Tools

    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/mjyoo2/OverleafMCP'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server