typst-mcp
johannesbrandenburger/typst-mcpTypst MCP Server is an MCP (Model Context Protocol) implementation that helps AI models interact with Typst, a markup-based typesetting system. The server provides tools for converting between LaTeX and Typst, validating Typst syntax, and generating images from Typst code.
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"typst-mcp": {
"url": "None",
"transport": "http"
}
}
}