
taiga-ui-mcp
by taiga-family·★ 13·综合分 42
提供 Taiga UI 文档、组件示例和迁移指南的 MCP 服务器,助力 Angular 开发。
概述
Taiga UI MCP 服务器通过四个不同的工具提供对 Taiga UI 组件的全面访问:get_overview 提供结构化的文档标题和关键上下文;get_list_components 允许通过过滤发现组件;get_component_example 提供包含代码片段的完整文档;get_migration_guide 提供版本升级帮助。此服务器使 AI 助手能够高效检索和使用 Taiga UI 组件,无需本地 Angular 安装。
试试问 AI
装完之后,这里有 6 个你可以让 AI 做的事:
什么时候选它
如果您正在使用 Angular 和 Taiga UI 组件,并需要在开发工作流中获得 AI 辅助的文档、代码示例和迁移指南访问,请选择此 MCP 服务器。
什么时候不要选它
如果您不使用 Angular 或 Taiga UI,请避免使用此服务器,因为它专门针对这个 UI 库生态系统提供功能。
此 server 暴露的工具
从 README 抽取出 4 个工具get_overview()Returns structured documentation header with import map, code generation checklist, and getting started guides
get_list_components(query?: string)Lists component identifiers with fuzzy filtering and basic metadata
get_component_example({ names: string[] })Returns full markdown content for specified components with fuzzy name resolution
get_migration_guide()Returns the complete Migration Guide for Taiga UI version updates
可对比工具
安装
安装
使用 npm 安装 Taiga UI MCP 服务器:
npm install -g @taiga-ui/mcpClaude Desktop 配置
添加到您的 claude_desktop_config.json 文件:
{
"mcpServers": {
"taiga-ui": {
"command": "npx",
"args": [
"@taiga-ui/mcp@latest",
"--source-url=https://taiga-ui.dev/llms-full.txt"
]
}
}
}VS Code/Cursor/Windsurf 配置
添加到您的设置中:
{
"mcpServers": {
"taiga-ui": {
"command": "npx",
"args": [
"@taiga-ui/mcp@latest",
"--source-url=https://taiga-ui.dev/llms-full.txt"
]
}
}
}FAQ
- 可用的源 URL 选项有哪些?
- 您可以使用 'https://taiga-ui.dev/llms-full.txt' 获取稳定版本,或者使用 /next 版本的文件获取最新文档。
- 文档包含多少 Taiga UI 组件?
- 截至最新版本,文档包含 185 个组件,每个组件都提供完整的代码示例和使用指南。
- 支持哪些 MCP 客户端?
- 该服务器支持 VS Code、Cursor、Windsurf、Claude Desktop、Goose 以及任何遵循 MCP 协议的客户端。
taiga-ui-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。