Skip to main content
Glama
nuwax-ai

nuwax-openui-mcp

Official
by nuwax-ai

Nuwax OpenUI MCP

pnpm workspace containing the Nuwax OpenUI MCP server and its frozen renderer runtime.

Packages

Package

Path

Description

@nuwax-ai/openui-mcp

packages/server

Lean stdio MCP server: OpenUI authoring guidance, validation, and durable artifact generation. Does not load the renderer at runtime.

@nuwax-ai/openui-runtime

packages/runtime

Frozen, self-contained OpenUI renderer bundle (runtime.js + runtime.css) for sidecar / file preview.

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:openuipackages/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-runtime
Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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