json-render (MCP Server)

GitHub

The Generative UI framework

15,912 stars TypeScript MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "json-render": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-json-render"
      ]
    }
  }
}