Summary
The narrowest useful surface there is: source in, named PDF out, and no second tool to learn.
This belongs at the end of a pipeline that already produces LaTeX — a generated report, a CV, a paper drafted by a model that knows the markup — rather than at the start of one that helps you write it. Because create_pdf is the entire server, adopting it costs a single call signature, and the questions worth asking are all about the source you feed it rather than about the tool.
What it is
A single-tool server that compiles LaTeX source into a named PDF document.
What you get
- One call, one direction: create_pdf takes latex_source and a file_name and produces the PDF from that source.
- No opinion about the document: everything typeset — class, packages, layout, bibliography — is decided inside latex_source, and the call itself only settles what the file is called.
Requirements
Nothing to supply — no account and no key. create_pdf needs the LaTeX source and the file name to write it under.
Setup effort
One command — npx -y latexpdf-mcp
