nuwax-openui-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@nuwax-openui-mcpcreate a dashboard with sales trends and a summary card"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Nuwax OpenUI MCP
pnpm workspace containing the Nuwax OpenUI MCP server and its frozen renderer runtime.
Packages
Package | Path | Description |
| Lean stdio MCP server: OpenUI authoring guidance, validation, and durable artifact generation. Does not load the renderer at runtime. | |
| Frozen, self-contained OpenUI renderer bundle ( |
See packages/server/README.md for the MCP server
contract, installation, and artifact format.
Related MCP server: publish-artifacts-mcp
Development
pnpm install
pnpm verify # format + lint + typecheck + test + build (both packages)The server keeps its runtime lean: the component JSON Schema and authoring
reference are precomputed at build time (pnpm gen:openui →
packages/server/src/generated/) and read as static files, so the stdio process
never imports @openuidev/react-ui or react-dom.
Publishing
pnpm publish --filter @nuwax-ai/openui-mcp
pnpm publish --filter @nuwax-ai/openui-runtimeMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI agents to render interactive user interfaces such as forms, dashboards, charts, tables, and wizards directly in MCP-compatible clients. Supports structured data collection and richer interactions beyond text responses.6MIT
- Flicense-qualityCmaintenanceEnables publishing, updating, and sharing HTML artifacts with strict security isolation (origin separation, CSP, API keys) via MCP tools.1
- Flicense-qualityCmaintenanceEnables agents to render shadcn-styled dashboards, forms, charts, and comparisons in a local browser via MCP tools.52
- Flicense-qualityCmaintenanceProvides runnable samples demonstrating how MCP tools can return deterministic, interactive UIs using HTML, UI5 Web Components, UI Integration Cards, and host-orchestrated SAP transport data.10
Related MCP Connectors
Create sandboxed public-unlisted or access-key-protected HTML previews through a remote MCP server.
Build, deploy, and operate hosted web apps on VibeKit (vibekit.bot) from any MCP client.
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nuwax-ai/nuwax-openui-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server