angular-example-app (MCP Server)

GitHub

Angular Example App is a beginner-friendly, production-ready web application built with Angular 21. It serves as a real-world example showcasing core Angular features such as CRUD operations, authentication, i18n, lazy loading, and signals.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "angular-example-app": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-angular-example-app"
      ]
    }
  }
}