angular-material-mcp

rlakamraju/angular-material-mcp
★ 0 stars TypeScript AI/LLM Updated 6d ago
MCP server that gives AI coding assistants real-time, structured access to Angular Material component APIs, composition patterns, theming, and schematics. The server dynamically extracts API metadata from the actual @angular/material package in your project's node_modules. If the package isn't installed, the server refuses to start.
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-material-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rlakamraju/angular-material-mcp"
      ]
    }
  }
}