public-ui/kolibri
Streaming KoliBri MCP server (NPM: `@public-ui/mcp`) delivering 200+ guaranteed accessible web component samples, specs, docs, and scenarios via hosted HTTP endpoint or local `kolibri-mcp` CLI.
Quick Start
Clone the repository:
git clone https://github.com/public-ui/kolibriClaude Desktop configuration example:
{
"mcpServers": {
"kolibri": {
"command": "npx",
"args": [
"-y",
"public-ui/kolibri"
]
}
}
}Check the repository README for specific installation and configuration instructions.