Developer Tools
Trust: 37/100 (Limited)io.github.SebastianMaciel/jsx-notation Guide
JSXN encoder/decoder — compact notation for React/Next.js files, optimized for LLMs
by SebastianMaciel
Quick Start
Install
npx jsx-notationClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-sebastianmaciel-jsx-notation": {
"command": "npx",
"args": [
"jsx-notation"
]
}
}
}