Typst MCP
Converts between LaTeX and Typst, validates Typst syntax, and renders markup to PNG for modern typesetting.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-28
Typst MCP is a community tool by solo developer Johannes Brandenburger that converts LaTeX to Typst, validates Typst syntax, and renders documents to PNG. The maintainer appears to be an individual contributor with limited track record, creating bus factor concerns. The install method requires cloning and running server.py directly, bypassing package registries entirely, which raises supply chain risks. Permissions are moderately scoped: it needs filesystem write access to create temporary files and rendered PNGs, plus shell execution to invoke the Typst compiler binary. The repository is open source with reasonable documentation, but lacks formal versioning or package distribution. No security incidents are known. The tool fills a genuine niche for document conversion, but the custom install path and solo maintenance warrant caution in production environments.
Lethal Trifecta (prompt-injection exposure)
CLEARLocal typesetting.
Green flags
- Open source repository with clear documentation
- Narrow use case: document conversion and rendering only
- No credential or API key requirements
- No network access needed for core functionality
- Active recent commits visible in repository
Red flags
- Solo maintainer with limited public track record
- No package registry distribution, clone-and-run install only
- Requires local Typst binary installation, external dependency risk
- Shell execution needed to invoke compiler
- No versioning or release tags visible
Permissions requested
Install
mcp install server.py
Review
Install if you generate technical documents with Claude and want to escape LaTeX's pain points. Typst's learning curve is real, but this server makes Claude a capable teacher. Skip if you're not already document-curious or if LaTeX works fine for you.
Good at
- LaTeX-to-Typst conversion handles complex syntax including math environments and custom commands with minimal manual cleanup.
- Validator catches Typst errors early, saving the back-and-forth of broken renders.
- PNG preview in-editor means you see output without context-switching to external tools.
- No API keys or external dependencies beyond local Typst installation - runs entirely on your machine.
Watch out
- Requires Typst installed locally for rendering, which isn't obvious from the install instructions.
- Typst's ecosystem is smaller than LaTeX, so converted documents may need manual tweaks for niche packages.
- PNG output is preview-quality only - you'll need separate tooling for production PDFs.
- Manual config needed for hosts beyond Claude Desktop, with no automated setup.
Use cases
- academic papers
- resume generation
- technical reports
- LaTeX migration
Getting started
Works with
Similar MCPs
- DaVinci Resolve MCPFull coverage of the DaVinci Resolve scripting API so agents can drive timelines, edits, colour grading, and media management via Claude.
- Free Will MCPExperimental tools that let an AI give itself prompts, ignore user requests, or go to sleep, for studying autonomy.
- Godot MCPInteracts with the Godot game engine for scene editing, running, debugging, and project management.
- QGIS MCPConnects QGIS Desktop to Claude for prompt-assisted project creation, layer loading, and code execution.