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.
| Tool | Description |
|---|---|
| listEpics | Retrieves all epics from the project. |
| createEpic | Creates a new epic with the specified details. |
| getEpic | Retrieves details for a specific epic. |
| updateEpic | Modifies an existing epic's information. |
| deleteEpic | Removes an epic from the project. |
| listIssues | Retrieves all issues from the project. |
| createIssue | Creates a new issue with the specified details. |
| getIssue | Retrieves details for a specific issue. |
| updateIssue | Modifies an existing issue's information. |
| deleteIssue | Removes an issue from the project. |
| listTasks | Retrieves all tasks from the project. |
| createTask | Creates a new task with the specified details. |
| getTask | Retrieves details for a specific task. |
| updateTask | Modifies an existing task's information. |
| deleteTask | Removes a task from the project. |
| listUserStories | Retrieves all user stories from the project. |
| createUserStory | Creates a new user story with the specified details. |
| getUserStory | Retrieves details for a specific user story. |
| updateUserStory | Modifies an existing user story's information. |
| deleteUserStory | Removes a user story from the project. |
| getCurrentUser | Retrieves information about the authenticated user. |
| listProjects | Retrieves all projects accessible to the user. |
| getProjectTags | Retrieves all tags available in the project. |
| listMilestones | Retrieves all milestones from the project. |
| listPriorities | Retrieves all priority levels available in the project. |
| listRoles | Retrieves all roles available in the project. |
| listSeverities | Retrieves all severity levels available in the project. |
| listIssueTypes | Retrieves all issue types available in the project. |
| listUsers | Retrieves all users with access to the project. |
| listIssueStatuses | Retrieves all issue statuses available in the project. |
| listTaskStatuses | List task statuses. |
| listUserStoryStatuses | List user story statuses. |