Back to Apps

JSON UI Renderer
Supports UIby jlex11
Renders structured JSON data into interactive UI components for MCP-enabled clients.
0 stars
Works in:claude
Exposes:Resources
What it does
Transforms raw JSON data into rich, interactive UI elements. It allows MCP servers to return structured data that is automatically rendered as usable interfaces (tables, selectors, etc.) instead of plain text, enhancing the user experience for data-heavy tools.
Key features
- Dynamic UI Rendering: Converts JSON specifications into functional UI components.
- Cloudflare Worker Deployment: Optimized for remote deployment via Cloudflare Workers.
- Component Limits: Built-in constraints (e.g., 100 rows per table) to ensure predictable rendering performance.
- Authentication Support: Optional Bearer token authentication for secure public deployments.
Installation
- Cloudflare Workers: Deploy using the "Deploy to Workers" button in the README or via
npm create cloudflare@latest. - Claude Desktop: Use
mcp-remoteproxy to connect to the deployed Worker URL.
Supported hosts
Confirmed for Claude Desktop (via proxy) and Cloudflare AI Playground.
Quick install
npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authlessInformation
- Pricing
- free
- Published
- 7/21/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/mcp"
]
}
}
}





