Typst MCP Server is an MCP 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.
typstlatexmcpaitypesettingdocumentmarkupservertool
Installation & Configuration
{
"mcpServers": {
"typst": {
"command": "python",
"args": [
"/path/to/typst-mcp/server.py"
]
}
}
}Information
Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13