latexmk-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| latexmk_compileB | Compile a LaTeX document using latexmk. Accepts raw LaTeX source or a path to an existing .tex file. Returns structured errors, warnings, missing package hints, page count, and the output file path. |
| latexmk_draft_compileA | Run a fast single-pass draft compile to quickly surface errors without running multiple passes or bibliography. Good for syntax/error checking during editing. |
| latexmk_cleanA | Clean LaTeX build artifacts in a directory using |
| latexmk_checkA | Check whether latexmk is installed and which TeX engines are available on this system. |
| latexmk_list_dependenciesA | List all file dependencies of a LaTeX document (included .tex files, .bib files, packages, images, etc.) using |
| latexmk_watch_startA | Start a background latexmk watch process (-pvc) that recompiles automatically on file changes. Returns a session_id. |
| latexmk_watch_stopA | Stop a running latexmk watch session by session_id. |
| latexmk_watch_listA | List all currently active latexmk watch sessions. |
| latexmk_write_configB | Write a .latexmkrc config file to a project directory or globally to ~/.latexmkrc. |
| latexmk_read_configA | Read the active .latexmkrc config files from the project and home directory. |
| latexmk_list_citationsA | Extract all citation keys from a LaTeX document and optionally cross-reference them against a .bib file. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/coolport/latexmk-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server