jsx notation for Cursor
io.github.sebastianmaciel/jsx-notation
JSXN encoder/decoder — compact notation for React/Next.js files, optimized for LLMs
client:Cursor
transport:stdio
runtime:npm
Install jsx notation in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"jsx-notation": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"jsx-notation"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs