A modular Taiga project management MCP server providing comprehensive sprint tracking, issue management, and team collaboration through natural language interface.
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"
}
}
}
}