Angular-Storybook-MCP-Server

yeholer-dot/Angular-Storybook-MCP-Server
★ 0 stars TypeScript AI/LLM Updated 4d ago
An MCP server that brings an Angular design system built on Storybook into Claude Code and Cursor, enabling AI-assisted development with real-time access to component metadata, APIs, and documentation.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "angular-storybook-mc": {
      "command": "npx",
      "args": [
        "-y",
        "yeholer-dot/Angular-Storybook-MCP-Server"
      ]
    }
  }
}