1 min read 58 words Updated Sep 24, 2026 Created Sep 24, 2026
#MCP#angular#frameworks#frontend

Creating a new project: ng new my-app

Running the development server: ng serve

Getting the version: ng --version

Building for production: ng build

Updating the CLI: ng update @angular/cli @angular/core

Adding to the app:

Angular MCP: ng mcp

Add the Angular MCP to claude code for the current project:

claude mcp add angular-cli -- npx @angular/cli mcp