MagicTeX for VS Code
io.github.zoelinuts/magictex
LaTeX editor for AI agents: live PDF preview, PDF comments that drive edits, git history
client:VS Code
transport:stdio
runtime:npm
Install MagicTeX in VS Code
.vscode/mcp.json
{
"servers": {
"magictex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"magictex-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs