Taiga MCP Server

Taiga MCP Server

Enables LLMs to manage Taiga projects, sprints, user stories, tasks, issues, epics, and wiki pages via natural language.

Category
访问服务器

README

Taiga MCP Server

TypeScript Node.js MCP Taiga Zod

MCP (Model Context Protocol) server to integrate Taiga with Claude and other LLM clients.

Manage projects, sprints, user stories, tasks, issues, epics, and wiki directly from your assistant.


Requirements

  • Node.js >= 20
  • Access to a Taiga instance (cloud or self-hosted)
  • Taiga authentication token

Installation

cd taiga
npm install
npm run build

Getting the Taiga token

curl -s -X POST https://<your-instance>/api/v1/auth \
  -H "Content-Type: application/json" \
  -d '{"type":"normal","username":"<username>","password":"<password>"}' \
  | grep auth_token

Configuration

Environment variables

Variable Description Example
TAIGA_URL Base URL of your Taiga instance https://taiga.mycompany.com
TAIGA_AUTH_TOKEN Authentication token obtained in the previous step eyJ0eXAiOiJKV1QiLCJhbGci...
LOG_LEVEL Logging verbosity (default: info) debug, info, warn, error, silent

Claude Desktop (~/.config/Claude/claude_desktop_config.json)

{
  "mcpServers": {
    "taiga": {
      "command": "node",
      "args": ["/absolute/path/to/taiga/dist/index.js"],
      "env": {
        "TAIGA_URL": "https://<your-instance>",
        "TAIGA_AUTH_TOKEN": "<your-token>"
      }
    }
  }
}

Claude Code (.claude/settings.json)

{
  "mcpServers": {
    "taiga": {
      "command": "node",
      "args": ["/absolute/path/to/taiga/dist/index.js"],
      "env": {
        "TAIGA_URL": "https://taiga.mycompany.com",
        "TAIGA_AUTH_TOKEN": "your-token-here"
      }
    }
  }
}

Available tools (31 total)

Projects

Tool Description
taiga_list_projects List all projects
taiga_get_project Project detail by ID or slug
taiga_create_project Create a new project
taiga_list_members List members of a project

Sprints (Milestones)

Tool Description
taiga_list_milestones List sprints of a project
taiga_get_milestone Sprint detail
taiga_create_milestone Create a sprint

User Stories

Tool Description
taiga_list_userstories List user stories with filters
taiga_get_userstory User story detail
taiga_create_userstory Create a user story
taiga_edit_userstory Edit a user story (requires version)
taiga_delete_userstory Delete a user story

Tasks

Tool Description
taiga_list_tasks List tasks with filters
taiga_get_task Task detail
taiga_create_task Create a task
taiga_edit_task Edit a task (requires version)
taiga_delete_task Delete a task

Issues

Tool Description
taiga_list_issues List issues with filters
taiga_get_issue Issue detail
taiga_create_issue Create an issue
taiga_edit_issue Edit an issue (requires version)
taiga_delete_issue Delete an issue

Epics

Tool Description
taiga_list_epics List epics of a project
taiga_get_epic Epic detail
taiga_create_epic Create an epic
taiga_edit_epic Edit an epic (requires version)

Wiki & Search

Tool Description
taiga_list_wiki_pages List wiki pages of a project
taiga_get_wiki_page Get a wiki page by ID or slug
taiga_create_wiki_page Create a wiki page
taiga_edit_wiki_page Edit a wiki page (requires version)
taiga_search Global search within a project

Development

npm run dev     # Watch mode compilation
npm run build   # Production build
npm start       # Start the compiled server

Architecture

See SPECS.md for detailed tool specifications. See DECISIONS.md for the design decisions log.

src/
├── index.ts          # Entry point and MCP server configuration
├── types.ts          # TypeScript interfaces for all Taiga entities
├── formats.ts        # Formatting functions for readable responses
├── logger.ts         # Structured logger (DEBUG/INFO/WARN/ERROR), configurable via LOG_LEVEL
├── errors.ts         # TaigaApiError class with HTTP status differentiation
├── services/
│   └── taiga.ts      # HTTP client and Taiga API functions
└── tools/            # One file per entity, each registers its MCP tools
    ├── projects.ts
    ├── milestones.ts
    ├── userstories.ts
    ├── tasks.ts
    ├── issues.ts
    ├── epics.ts
    └── wiki-search.ts

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选