Taiga UI 5.0 is out!

AI support

Taiga UI MCP Server

This MCP is the fastest way to integrate Taiga UI components into your AI workflow. The Model Context Protocol (MCP) server provides AI assistants with full access to Taiga UI components. Easily obtain Taiga UI component implementations for use in your AI-driven development process.

Key Features

  • Documentation + code snippets: Full Taiga UI documentation in Markdown format plus ready-made Angular examples — all in one place.
  • Flexible configuration and ease: You can change the source URL (stable/next) without installing Angular locally.

Available Tools

  • get_overview — call this tool first to retrieve the fully structured documentation header as JSON. Includes installation instructions, critical notices, and subsections with their content and code blocks.
  • get_list_components — list all Taiga UI documentation section IDs (with optional fuzzy substring filtering) along with basic metadata (category, package, type).
  • get_component_example — return full documentation content and code snippets for specified section name(s).

Installation

    
      
    

Providing Context with llms.txt

llms.txt is a proposed standard for websites designed to help LLMs better understand and process their content. The Taiga UI team has developed two versions of this file to help LLMs and tools that use LLMs for code generation to create better code:

  • llms.txt - a table of contents file providing links to key files and resources.
  • llms-full.txt - a more detailed compiled set of resources describing how to start development with Taiga UI and examples of using components.