Typst 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.
typstlatextypesettingmcp-serversyntax-validationimage-generationtool
Installation & Configuration
{
"mcpServers": {
"typst-mcp": {
"command": "npx",
"args": [
"-y",
"typst-mcp-mcp"
]
}
}
}Information
Transport
stdio
Language
Python
Created
2025/4/18
Updated
2026/6/7