typst-mcp
Typst MCP Server facilitates AI models to work with Typst by providing tools for document manipulation, syntax validation, and conversion between Typst and LaTeX. It supports developers through easy-to-use functionalities and integration with development environments.
What is Typst MCP Server?
Typst MCP Server is a Model Context Protocol implementation that helps AI models interact with Typst, a markup-based typesetting system.
How does the server convert LaTeX to Typst?
The server uses Pandoc to convert LaTeX snippets to Typst, allowing AI models to utilize their LaTeX proficiency.
Can the server validate Typst syntax?
Yes, the server includes tools to validate Typst syntax, ensuring the generated code is correct before use.
Is image rendering supported?
Yes, the server can render Typst code to PNG images, which is useful for visual verification of complex illustrations.
What platforms can the server run on?
The server can be run using a bash script, installed with MCP, or used in VS Code with agent mode support.