MagicTeX for Cursor
io.github.zoelinuts/magictex
LaTeX editor for AI agents: live PDF preview, PDF comments that drive edits, git history
client:Cursor
transport:stdio
runtime:npm
Install MagicTeX in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"magictex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"magictex-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs