@json-render/mcp
Freeby MCP Community
MCP Apps integration for @json-render/core. Serve json-render UIs as interactive MCP Apps in Claude, ChatGPT, Cursor, and VS Code.
v0.17.0Added Apr 12, 2026
jsonuimcpmodel-context-protocolmcp-apps
@json-render/mcp MCP Server
MCP Apps integration for @json-render/core. Serve json-render UIs as interactive MCP Apps in Claude, ChatGPT, Cursor, and VS Code.
Installation
Reviews
Installation
Quick install
npx -y @json-render/mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"@json-render/mcp": {
"command": "npx",
"args": ["-y", "@json-render/mcp"]
}
}
}