ux-axioms-mcp

haabe/ux-axioms-mcp
★ 0 stars TypeScript Code/Dev Tools Updated today
An MCP server that exposes UX Axioms
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ux-axioms-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "haabe/ux-axioms-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server that exposes UX Axioms parsed from `database/rules/*.md` as Resources and Tools. It supports: - STDIO for Kiro / VS Code MCP clients (npx-style launch) - Streamable HTTP (SSE) for a simple browser demo The repo ships CI (lint/build/test) and npm Trusted Publishing (OIDC) to publish securely without classic tokens.

Tools (1)

RULES_DIR