Install
openclaw plugins install clawhub:@zoltanszogyenyi/typeui-openclawTypeUI for OpenClaw
TypeUI connects OpenClaw-managed agents to the hosted TypeUI MCP server so they can use project design skills, brand kits, UI prompts, and layout variations while building interfaces.
This folder is also a ClawHub-ready OpenClaw plugin package. It includes:
openclaw.plugin.jsonfor native OpenClaw plugin discovery.package.jsonwith ClawHub package, install, compatibility, and build metadata.index.jsas the runtime entrypoint that installs TypeUI MCP into OpenClaw config.skills/typeui/SKILL.mdwith TypeUI usage guidance for OpenClaw.config.jsonwith the OpenClaw MCP server definition for TypeUI.
Install TypeUI MCP
After installing the plugin package, run:
openclaw typeui install-mcp
The plugin writes this OpenClaw-managed MCP server entry:
openclaw mcp set typeui '{"url":"https://mcp.typeui.sh","transport":"streamable-http","auth":"oauth"}'
This folder includes the same server definition in config.json.
You can also ask an OpenClaw agent to call the typeui_install_mcp tool.
Start the TypeUI OAuth flow:
openclaw mcp login typeui
OpenClaw prints an authorization URL. Open it, sign in with TypeUI, and authorize the connection. If OpenClaw asks you to finish with a code, pass it back to the same server:
openclaw mcp login typeui --code <code>
Check the saved server and live connection:
openclaw mcp status --verbose
openclaw mcp doctor typeui --probe
If OpenClaw is already running with cached MCP runtimes, reload MCP servers or restart the agent process:
openclaw mcp reload
Package for ClawHub
Validate the plugin package before upload:
clawhub package validate plugins/openclaw/typeui
clawhub package publish plugins/openclaw/typeui --dry-run
Create a local package artifact from this folder:
cd plugins/openclaw/typeui
npm pack
Upload the package artifact or ZIP this folder for ClawHub submission.
Links
- Website: https://www.typeui.sh
- Documentation: https://www.typeui.sh/docs
- OpenClaw setup guide: https://www.typeui.sh/docs/guides/openclaw
- TypeUI MCP server: https://mcp.typeui.sh
- Privacy policy: https://www.typeui.sh/privacy
- Terms of service: https://www.typeui.sh/terms
