---
title: "Angular CLI MCP: review, setup & limitations · Undominated.ai"
canonical: https://undominated.ai/mcp-servers/angular/
description: "Angular CLI tools for workspace discovery, framework guidance and explicitly permitted build or test operations."
---

# Angular CLI MCP: review, setup & limitations · Undominated.ai

> Angular CLI tools for workspace discovery, framework guidance and explicitly permitted build or test operations.

[← Explore all mcp servers](/mcp-servers/)

FRAMEWORK DEVELOPMENT / Angular

# Angular CLI MCP

Angular CLI tools for workspace discovery, framework guidance and explicitly permitted build or test operations.

 See setup guidance ↓Original source ↗

SOURCE REVIEW

 Reviewed 2026-09-22
 Evidence 7 linked sources
 Publisher Angular
 Licence MIT ↗
 Revision 43aab6a1cf4f
 Read what was—and wasn’t—checked ↓

“The Angular CLI includes a Model Context Protocol (MCP) server”

 Angular · upstream description ↗ Our analysis follows below.

01 / THE REASONING

## Why this made the selection.

 - Keeps workspace discovery and framework-specific guidance close to the CLI that owns the project.
- Provides a documented read-only tool selection for an initial inspection, with operational tools enabled only when that restriction is removed.

### A good fit for

 - Exploring an Angular workspace and its official development guidance
- Running authorized Angular targets with the project’s actual CLI configuration

### Weigh up before choosing

 - The read-only and local-only flags filter registered tools; neither is an operating-system sandbox or a restriction on the host’s other tools.
- Without read-only mode, targets can run configured builds, tests or deployment commands. A target marked local can still execute project-defined network activity.
- Workspace/version compatibility and individual tool inputs still need checking. No generated application or migration was tested here.

02 / THE REVIEW RECORD

## What we actually inspected.

Source review has boundaries. A clear record is more useful than a “safe” badge.

### Material inspected

 - Official MCP guide
- CLI command, server and tool registry
- run_target implementation
- LICENSE

### Our findings

 - The source filters tool declarations using readOnly/localOnly annotations.
- The run_target dispatcher includes generic targets; locality does not establish network isolation.

### Not established by this review

 - No MCP server or upstream package was installed or run.
- No authenticated account, API request, client handshake or write operation was tested.

The review applies to the material and revision named here. A newer upstream release can change its behavior.

03 / PUT IT TO WORK

## Connect a server deliberately.

Upstream setup instructions ↗

DOCUMENTED COMMAND

 npx -y @angular/cli mcp --read-only Copy command ↗

Copying does not execute this command. It may retrieve a newer version than the reviewed source.

 - Configure the documented Angular CLI MCP command in the client, starting with --read-only for inspection.
- Use the intended workspace and an appropriate CLI version. Review the exposed tools before enabling operational targets.
- If builds, tests or deployments are needed, explicitly choose that capability and inspect the underlying workspace target.

### Before you start

 - Node.js/npm compatible with the chosen Angular CLI
- An Angular workspace for project-specific operations
- An MCP client that launches stdio servers

### Compatibility

Antigravity · Cursor · VS Code · JetBrains AI

### Implementation

TypeScript

### Transports

stdio

### Local workspace tools; read-only mode available

 - Read workspace metadata and retrieve framework guidance
- Operational mode can invoke project-defined targets and background dev servers
- Tool-selection flags do not constrain independent host shell access

### Cost model

MIT-licensed Angular CLI; agent usage, project tooling and any target’s infrastructure charges remain separate.

04 / FOLLOW THE EVIDENCE

## The source trail.

Our notes are separate from the original resource. Check upstream before adopting a new version.

 - Publisher README at reviewed revision ↗ Checked 2026-09-22 https://github.com/angular/angular-cli/blob/43aab6a1cf4f15e420c5fb8fe17ab38583d11c25/README.md Supports: summary, upstreamDescription, whySelected, bestFor, install, compatibility, limitations, access
- Source licence ↗ Checked 2026-09-22 https://github.com/angular/angular-cli/blob/43aab6a1cf4f15e420c5fb8fe17ab38583d11c25/LICENSE Supports: license, access.cost
- Reviewed implementation: packages/angular/cli/src/commands/mcp/cli.ts ↗ Checked 2026-09-22 https://github.com/angular/angular-cli/blob/43aab6a1cf4f15e420c5fb8fe17ab38583d11c25/packages/angular/cli/src/commands/mcp/cli.ts Supports: review, limitations, access, transports
- Reviewed implementation: packages/angular/cli/src/commands/mcp/mcp-server.ts ↗ Checked 2026-09-22 https://github.com/angular/angular-cli/blob/43aab6a1cf4f15e420c5fb8fe17ab38583d11c25/packages/angular/cli/src/commands/mcp/mcp-server.ts Supports: review, limitations, access, transports
- Reviewed implementation: packages/angular/cli/src/commands/mcp/tools/tool-registry.ts ↗ Checked 2026-09-22 https://github.com/angular/angular-cli/blob/43aab6a1cf4f15e420c5fb8fe17ab38583d11c25/packages/angular/cli/src/commands/mcp/tools/tool-registry.ts Supports: review, limitations, access, transports
- Reviewed implementation: packages/angular/cli/src/commands/mcp/tools/run-target/run-target.ts ↗ Checked 2026-09-22 https://github.com/angular/angular-cli/blob/43aab6a1cf4f15e420c5fb8fe17ab38583d11c25/packages/angular/cli/src/commands/mcp/tools/run-target/run-target.ts Supports: review, limitations, access, transports
- Official CLI MCP capabilities and restrictions ↗ Checked 2026-09-22 https://angular.dev/ai/mcp Supports: upstreamDescription, summary, install, limitations, access, transports

KEEP COMPARING

## Other approaches to consider.

Related by category or shared topics. These are alternatives to inspect, not a measured quality order.

 [### Svelte MCP ↗ Official Svelte documentation and static-analysis tools, available as a local process or a hosted MCP endpoint.](/mcp-servers/svelte/)[### Playwright MCP ↗ Gives an assistant persistent browser tools for inspecting page structure, interacting with controls and collecting browser evidence.](/mcp-servers/playwright/)[### XcodeBuildMCP ↗ Build, test and inspect Apple-platform projects through local Xcode and simulator workflows.](/mcp-servers/xcodebuild/)

 [AI Tools ↗](/tools/)[Skills ↗](/skills/)[Agents ↗](/agents/)[MCP Servers ↗](/mcp-servers/)
