Submit

Taiga Mcp Server

@greddy7574

A modular Taiga project management MCP server providing comprehensive sprint tracking, issue management, and team collaboration through natural language interface.

Tools

authenticate

listProjects

getProject

listUserStories

createUserStory

createTask

listIssues

getIssue

createIssue

addIssueToSprint

assignIssue

updateIssueStatus

listMilestones

getMilestoneStats

createMilestone

getIssuesByMilestone

batchCreateIssues

batchCreateUserStories

batchCreateTasks

advancedSearch

queryHelp

validateQuery

addComment

listComments

editComment

deleteComment

uploadAttachment

listAttachments

downloadAttachment

deleteAttachment

createEpic

listEpics

getEpic

updateEpic

linkStoryToEpic

unlinkStoryFromEpic

createWikiPage

listWikiPages

getWikiPage

updateWikiPage

deleteWikiPage

watchWikiPage

Server Config

{
  "mcpServers": {
    "taiga-mcp": {
      "command": "npx",
      "args": [
        "taiga-mcp-server"
      ],
      "env": {
        "TAIGA_API_URL": "https://api.taiga.io/api/v1",
        "TAIGA_USERNAME": "your_username",
        "TAIGA_PASSWORD": "your_password"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.