Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

PaperDock

dev.paperdock/paperdock

Overleaf alternative online LaTeX editor. AI agents edit, comment, and chat. Keep or revert edits.

Uptime
100.0%
1 direct probes · 30d
Response
1428ms
last probe
Tools
14
callable
Resources
0
readable
Prompts
0
available

Tools · 14

list_projects

List standard PaperDock projects accessible to the connected account, including its current role and effective MCP capabilities for each. Use projectId only for subsequent tool calls and do not show i…

create_project

Create a new PaperDock project with a starter main.tex.

list_files

List project file metadata without loading full file contents.

search_files

Find where a word, phrase, citation key, label, LaTeX command, or other text appears across editable project files when its file or location is unknown. Search is case-insensitive and returns matching…

read_file

Read an editable project file or return a 10-minute signed download URL for a private project asset. Provide exactly one target: fileId or path. For a localized task in a large text file, pass lineRan…

read_pdf

Get the latest successful compiled PDF for an explicit entry .tex path, with a signed download link valid for at most 10 minutes, size, generation time, and freshness information. This never compiles,…

upload_file

Create one new editable text file from UTF-8 content. For compatibility contentBase64 is accepted only for UTF-8 text at an editable extension. Existing paths are never overwritten; use edit_file for …

create_file

Create a new editable text file at a new project path from supplied content. Pass an explicit empty string to create an empty file. Existing paths are never overwritten.

edit_file

Immediately edit one existing editable text file and record the applied change in PaperDock's Review changes UI. Provide exactly one target (fileId or path) and exactly one payload: operations, conten…

list_comments

List active project comments and their replies. Resolved comment history is not returned by this tool.

create_comment

Create an open Comment on a .tex project file and post it immediately to project collaborators without changing the source file. Later deletion cannot undo prior delivery or reading. Selection offsets…

reply_to_comment

Post a reply under the connected PaperDock account, marked as created via an AI agent, immediately to an open Comment. Use a commentId returned by list_comments or copied from PaperDock. If a Comment …

list_chat_messages

Read recent project chat messages in chronological order.

send_chat_message

Post a message under the connected PaperDock account, marked as created via an AI agent, immediately to the selected private PaperDock project's Chat. It is visible to project members, and later editi…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "paperdock": {
      "url": "https://app.paperdock.dev/api/mcp",
      "transport": "streamable-http"
    }
  }
}