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

Installation

npx -y kolibri

Configuration

{
  "mcpServers": {
    "kolibri": {
      "command": "npx",
      "args": ["-y", "kolibri"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub