Taiga MCP Server
JSON →A server for Taiga project management, enabling advanced sprint and issue tracking.
Install
npx taiga-mcp-server Tools · 32
- list_projects List all projects in Taiga
- get_project_details View details of a specific project
- create_sprint Create a new sprint in a project
- list_sprints List all sprints in a project
- get_sprint_progress Track sprint progress with detailed statistics
- create_user_story Create a user story within a project
- list_user_stories List user stories in a project
- create_task Create a task linked to a user story
- list_tasks List tasks for a user story
- create_issue Create an issue in a project
- list_issues List issues in a project
- get_issue_details Get detailed information about a specific issue
- batch_create_issues Create multiple issues in one operation (up to 20)
- batch_create_user_stories Bulk create user stories with story points
- batch_create_tasks Mass create tasks for specific user stories
- advanced_query Perform SQL-like queries using field:operator:value syntax with logical operators, text matching, date ranges, sorting, and limiting
- add_comment Add a comment to any work item
- view_comments View comment history on a work item
- edit_comment Edit an existing comment
- delete_comment Delete a comment
- upload_attachment Upload a file attachment to a work item (supports file path and Base64)
- download_attachment Download an attachment from a work item
- create_epic Create an Epic-level project component
- list_epics List Epics in a project
- link_user_story_to_epic Link a User Story to an Epic
- get_epic_progress Get Epic-level progress statistics and completion tracking
- create_wiki_page Create a Wiki page in a project
- get_wiki_page Get a Wiki page by ID or slug
- update_wiki_page Update a Wiki page content
- list_wiki_pages List all Wiki pages in a project
- watch_wiki_page Watch a Wiki page for change notifications
- unwatch_wiki_page Unwatch a Wiki page
Environment variables
TAIGA_API_URL
Links
★ 5 GitHub stars