Zenith for Cursor
io.github.zenitheditor/zenith
Author, validate, edit, and render deterministic .zen design docs to PNG/PDF.
client:Cursor
transport:stdio
runtime:npm
Install Zenith in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"zenith": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@zenitheditor/zenith-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs