react-jsonschema-form

GitHub

A React component for building Web forms from JSON Schema.

RAW Config

Claude Desktop Configuration

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

{
  "mcpServers": {
    "react-jsonschema-form": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-react-jsonschema-form"
      ]
    }
  }
}