Full-featured MCP server for Taiga project management with advanced sprint and issue tracking. Based on mcpTAIGA by adriapedralbes, enhanced with
TaigaMcpServer MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Full-featured MCP server for Taiga project management with advanced sprint and issue tracking. Based on mcpTAIGA by adriapedralbes, enhanced with substantial modifications. Developed collaboratively with Claude Code (AI-assisted.
A powerful Model Context Protocol (MCP) server that enables natural language interaction with Taiga project management systems. Seamlessly manage your projects, sprints, user stories, tasks, and issues through conversational AI.
Once TaigaMcpServer is connected, these are the calls the assistant has available:
listProjects — Get all accessible projectsgetProject — View detailed project informationlistMilestones — List all sprints in a projectgetMilestone — Get complete sprint details including user stories, watchers, owner, timeline, metrics, and full JSON datagetMilestoneStats — Get sprint progress and statisticscreateMilestone — Create new sprints with datesgetIssuesByMilestone — View all issues in a sprintlistIssues — List issues with sprint infogetIssue — Get detailed issue informationcreateIssue — Create issues with priorities/typesupdateIssueStatus — Update issue status (e.g., "In Progress", "Done")addIssueToSprint — Assign issues to sprints or remove from sprintsBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
You will need 3 environment variables: TAIGA_API_URL, TAIGA_USERNAME, TAIGA_PASSWORD. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. TaigaMcpServer's toolset — listProjects, getProject, listMilestones and 11 more — is a fair guide to whether it matches your workflow. It is maintained by greddy7574; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| listProjects | Get all accessible projects |
| getProject | View detailed project information |
| listMilestones | List all sprints in a project |
| getMilestone | Get complete sprint details including user stories, watchers, owner, timeline, metrics, and full JSON data |
| getMilestoneStats | Get sprint progress and statistics |
| createMilestone | Create new sprints with dates |
| getIssuesByMilestone | View all issues in a sprint |
| listIssues | List issues with sprint info |
| getIssue | Get detailed issue information |
| createIssue | Create issues with priorities/types |
| updateIssueStatus | Update issue status (e.g., "In Progress", "Done") |
| addIssueToSprint | Assign issues to sprints or remove from sprints |
| assignIssue | Assign issues to team members or unassign |
| listUserStories | View user stories in a project |
#### Docker Method
```json
{
"mcpServers": {
"taiga-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e", "TAIGA_API_URL=https://api.taiga.io/api/v1",
"-e", "TAIGA_USERNAME=your_username",
"-e", "TAIGA_PASSWORD=your_password",
"taiga-mcp-server:latest"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| TAIGA_API_URL | Endpoint or connection string the server talks to. | Yes |
| TAIGA_USERNAME | Configuration value read at startup. | Optional |
| TAIGA_PASSWORD | Configuration value read at startup. | Optional |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.