MCP Directory
Back

mcp-angular-client

by thomasgpeters · TypeScript · ★ 0

this client uses angular and typescript with modelcontextprotocol/sdk to do mcp discovery and tool execution.

Install

npx -y github:thomasgpeters/mcp-angular-client

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-angular-client": {
      "command": "npx",
      "args": [
        "-y",
        "github:thomasgpeters/mcp-angular-client"
      ]
    }
  }
}

From the README

This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0. To start a local development server, run: Once the server is running, open your browser and navigate to . The application will automatically reload whenever you modify any of the source files. Angular CLI includes powerful code scaffolding tools. To generate a new component, run: For a complete list of available schematics (such as , , or ), run: To build the project run: This will compile your project and store the build artifacts in the directory. By default, the production build opt…
Read full README on GitHub →

Related other servers