Back to Home
taiga-family icon

taiga-ui-mcp

Verified Safe

by taiga-family

Overview

Provides AI assistants with comprehensive access to Taiga UI components and documentation, enabling AI-powered development workflows through a Model Context Protocol (MCP) server.

Installation

Run Command
npx @taiga-ui/mcp@latest --source-url=https://taiga-ui.dev/llms-full.txt

Environment Variables

  • SOURCE_URL

Security Notes

The server fetches documentation content from a user-provided URL (via `--source-url` argument or `SOURCE_URL` environment variable). While the server itself does not execute code from this source, an untrusted or malicious source could potentially supply extremely large or malformed data, which could lead to resource exhaustion or unexpected parsing behavior. However, the parsing logic (in `parseContent`) is simple, primarily extracting markdown headers and basic metadata, minimizing the risk of code injection. The server communicates via standard I/O (stdio), reducing external network attack surfaces. No `eval` or `child_process` usage was found.

Similar Servers

Stats

Interest Score39
Security Score9
Cost ClassLow
Avg Tokens1000
Stars11
Forks0
Last Update2026-01-19

Tags

mcptaiga-uiai-toolstypescriptui-components