web-ui-component-spec-mcp

gcsebas99/web-ui-component-spec-mcp
★ 0 stars Python 🌐 Browser/Web Updated 1d ago
MCP server for the Web UI Component Specification — behavioral specs, tests, and principles for web UI component libraries
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "web-ui-component-spe": {
      "command": "uvx",
      "args": [
        "web-ui-component-spec-mcp"
      ]
    }
  }
}

Or install with pip: pip install web-ui-component-spec-mcp

README Excerpt

An MCP (Model Context Protocol) server that gives AI coding assistants direct access to the [Web UI Component Specification](https://github.com/yourname/web-ui-component-spec) — a comprehensive behavioral reference for web UI component libraries covering component specs, test scenarios, accessibility requirements, and a step-by-step build guide.

Tools (10)

get_component_specget_component_summaryget_component_testsget_components_by_scenarioget_core_principlesget_related_componentsget_step_by_steplist_componentssearch_componentsvalidate_component_checklist

Topics

mcpmcp-server