johannesbrandenburger/typst-mcp
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.
Platform-specific configuration:
{
"mcpServers": {
"typst-mcp": {
"command": "npx",
"args": [
"-y",
"typst-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...