Skip to content
Grok

jsx notation for Grok

io.github.sebastianmaciel/jsx-notation

JSXN encoder/decoder — compact notation for React/Next.js files, optimized for LLMs

client:Grok transport:stdio runtime:npm

Install jsx notation in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "jsx-notation": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "jsx-notation"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

jsx notation in other clients