JUHE API Marketplace
talzach avatar
MCP Server

mcp-angular-cli

mcp-angular-cli

9
GitHub Stars
11/22/2025
Last Updated
MCP Server Configuration
1{
2 "name": "angular-cli",
3 "command": "npx",
4 "args": [
5 "-y",
6 "@talzach/mcp-angular-cli"
7 ]
8}
JSON8 lines
  1. Home
  2. MCP Servers
  3. mcp-angular-cli

README Documentation

Angular CLI MCP Server 🅰️

A Model Context Protocol server that provides Angular CLI and workspace automation capabilities. This server enables LLMs and agents to interact with Angular projects, generate components/services, add packages, create new workspaces, and run custom architect targets via the Angular CLI.

Features

  • Run ng generate to scaffold Angular artifacts (components, services, etc.)

  • Run ng add to add packages to your Angular workspace

  • Run ng new to create new Angular workspaces

  • Run ng run to execute custom architect targets

  • Run ng update to update Angular packages and dependencies

  • All via the Model Context Protocol (MCP) for agent/LLM integration

Installation

You can install the package globally using npm:

npm install -g @talzach/mcp-angular-cli

Or use it locally in your project:

npm install --save-dev @talzach/mcp-angular-cli

Usage

You can run the server directly:

npx @talzach/mcp-angular-cli

Or, if you want to use it as a custom MCP server in your agent or tool, configure it like this:

Example MCP Configuration

{
  "mcpServers": {
    "angular-cli": {
      "command": "npx",
      "args": ["-y", "@talzach/mcp-angular-cli"]
    }
  }
}

Example Tool Usage

  • Generate a component:
    {
      "schematic": "component",
      "name": "my-component",
      "appRoot": "/absolute/path/to/your/angular/project"
    }
    
  • Add a package:
    {
      "package": "@angular/material",
      "appRoot": "/absolute/path/to/your/angular/project"
    }
    
  • Create a new workspace:
    {
      "name": "my-workspace",
      "directory": "/absolute/path/to/where/you/want/it"
    }
    
  • Run a custom architect target:
    {
      "target": "app:build:production",
      "appRoot": "/absolute/path/to/your/angular/project"
    }
    

Star this repo if you find it useful!

Publishing to npm

To publish a new version of this package to npm, run:

npm run publish-npm

This will automatically build the project and publish it as a public package.

Develop

If you want to test or develop this server locally, you need to point your MCP server configuration to your local build output. After building the project (e.g., with npm run build), set your MCP server file (e.g., .mcp.json or similar) to use the local dist/index.js file:

{
  "angular-cli": {
    "command": "node",
    "args": ["/path/to/your/mcp-angular-cli/dist/index.js"]
  }
}

Quick Install

Quick Actions

View on GitHubView All Servers

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source

Boost your projects with Wisdom Gate LLM API

Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.

Enjoy a free trial and save 20%+ compared to official pricing.

Learn More
JUHE API Marketplace

Accelerate development, innovate faster, and transform your business with our comprehensive API ecosystem.

JUHE API VS

  • vs. RapidAPI
  • vs. API Layer
  • API Platforms 2025
  • API Marketplaces 2025
  • Best Alternatives to RapidAPI

For Developers

  • Console
  • Collections
  • Documentation
  • MCP Servers
  • Free APIs
  • Temp Mail Demo

Product

  • Browse APIs
  • Suggest an API
  • Wisdom Gate LLM
  • Global SMS Messaging
  • Temp Mail API

Company

  • What's New
  • Welcome
  • About Us
  • Contact Support
  • Terms of Service
  • Privacy Policy
Featured on Startup FameFeatured on Twelve ToolsFazier badgeJuheAPI Marketplace - Connect smarter, beyond APIs | Product Huntai tools code.marketDang.ai
Copyright © 2025 - All rights reserved