Skip to main content
Feedback

Taiga MCP connector

Taiga is an open-source project management platform for agile teams using Scrum or Kanban methodologies. The Taiga MCP connector allows AI agents to manage epics and issues, including creating, retrieving, updating, and deleting project work items across teams. It also supports organizing sprints, tracking user stories, and coordinating agile workflows within Taiga projects.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the Taiga MCP connector to perform the following actions:

  • Automate sprint planning by creating and organizing user stories, tasks, and epics in Taiga
  • Track issue resolution across teams by creating, updating, and monitoring issues in real time
  • Synchronize project milestones and priorities across tools to keep stakeholders aligned
  • Bulk assign tasks to team members based on workflow triggers and project requirements
  • Generate project reports by extracting user stories, tasks, and issue data from Taiga
  • Manage backlog prioritization by updating issue severity, status, and milestone assignments
  • Enforce workflow consistency by automating issue type and status transitions in Taiga

Example prompts

Use the following example prompts to invoke Taiga MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Create a new user story in Taiga for the mobile app redesign project.
  • Show me all open issues in Taiga that are marked as critical severity.
  • Update the status of all tasks in the current sprint to in progress in Taiga.
  • List all epics in Taiga and tell me which ones are due this quarter.
  • Create a task in Taiga and assign it to the QA team for the payment module.
  • Get all user stories from Taiga that are assigned to me this sprint.
  • Delete the resolved issues from Taiga that were closed over 30 days ago.
  • Show me the project milestones in Taiga and list which team members are assigned to each one.
  • Create an epic in Taiga for our Q2 product roadmap initiative.
  • List all users in Taiga and their assigned roles on the current project.

Taiga MCP connector tools

The Taiga MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
listEpicsRetrieves all epics from the project.
createEpicCreates a new epic with the specified details.
getEpicRetrieves details for a specific epic.
updateEpicModifies an existing epic's information.
deleteEpicRemoves an epic from the project.
listIssuesRetrieves all issues from the project.
createIssueCreates a new issue with the specified details.
getIssueRetrieves details for a specific issue.
updateIssueModifies an existing issue's information.
deleteIssueRemoves an issue from the project.
listTasksRetrieves all tasks from the project.
createTaskCreates a new task with the specified details.
getTaskRetrieves details for a specific task.
updateTaskModifies an existing task's information.
deleteTaskRemoves a task from the project.
listUserStoriesRetrieves all user stories from the project.
createUserStoryCreates a new user story with the specified details.
getUserStoryRetrieves details for a specific user story.
updateUserStoryModifies an existing user story's information.
deleteUserStoryRemoves a user story from the project.
getCurrentUserRetrieves information about the authenticated user.
listProjectsRetrieves all projects accessible to the user.
getProjectTagsRetrieves all tags available in the project.
listMilestonesRetrieves all milestones from the project.
listPrioritiesRetrieves all priority levels available in the project.
listRolesRetrieves all roles available in the project.
listSeveritiesRetrieves all severity levels available in the project.
listIssueTypesRetrieves all issue types available in the project.
listUsersRetrieves all users with access to the project.
listIssueStatusesRetrieves all issue statuses available in the project.
listTaskStatusesList task statuses.
listUserStoryStatusesList user story statuses.
On this Page