Back to MCP Servers
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.
developer-tools
By public-ui
Installation
npx -y kolibriConfiguration
{
"mcpServers": {
"kolibri": {
"command": "npx",
"args": ["-y", "kolibri"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes