taiga-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@taiga-mcplist all projects"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
taiga-mcp
MCP server for the Taiga project management API. Lets AI assistants (Claude, etc.) manage projects, issues, user stories, tasks, epics, sprints, wiki pages, and more through natural language.
Requirements
Node.js 18+
A running Taiga instance (cloud or self-hosted)
Claude Code, Claude Desktop, or any MCP-compatible client
Related MCP server: @isteamhq/mcp
Installation
Option A — via npx (recommended)
No cloning or building required. Run once:
claude mcp add taiga -s user \
-e TAIGA_URL=https://your-taiga-instance.com \
-e TAIGA_USERNAME=your_username \
-e TAIGA_PASSWORD=your_password \
-- npx -y taiga-mcpOption B — from source
git clone https://github.com/YOUR_USER/taiga-mcp
cd taiga-mcp
npm install && npm run buildThen register with Claude Code:
claude mcp add taiga -s user \
-e TAIGA_URL=https://your-taiga-instance.com \
-e TAIGA_USERNAME=your_username \
-e TAIGA_PASSWORD=your_password \
-- node /absolute/path/to/taiga-mcp/dist/index.jsClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"taiga": {
"command": "npx",
"args": ["-y", "taiga-mcp"],
"env": {
"TAIGA_URL": "https://your-taiga-instance.com",
"TAIGA_USERNAME": "your_username",
"TAIGA_PASSWORD": "your_password"
}
}
}
}Environment variables
Variable | Required | Description |
| Yes | Base URL of your Taiga instance (no trailing slash) |
| Yes | Taiga username or email |
| Yes | Taiga password |
Authentication
On startup the server logs in with your credentials and stores the JWT access token in memory. On token expiry (401), it automatically refreshes using the refresh token. If the refresh token also expires, it re-logs in with your credentials. Credentials are never sent more than necessary.
Available tools
Projects
Tool | Description |
| List all accessible projects |
| Get project details by ID or slug |
| Create a new project |
| Update project settings (name, description, visibility, etc.) |
Issues
Tool | Description |
| List issues with optional filters |
| Get issue details |
| Create a new issue |
| Update status, assignee, description, etc. |
User Stories
Tool | Description |
| List user stories, filter by sprint |
| Get user story details |
| Create a user story |
| Update a user story |
| Create multiple user stories at once |
Tasks
Tool | Description |
| List tasks, filter by US or sprint |
| Create a task |
| Update a task |
Milestones / Sprints
Tool | Description |
| List sprints |
| Get sprint details |
| Create a new sprint/milestone |
| Update sprint name, dates, or close it |
| Burndown and progress stats |
Epics
Tool | Description |
| List epics |
| Get epic details |
| Create an epic |
| Update an epic |
| List user stories linked to an epic |
| Link a user story to an epic |
| Remove the link |
Roles
Tool | Description |
| List all roles in a project (needed for story points) |
| Get role details including permissions |
| Create a new role in a project |
| Update role name, order, or permissions |
| Delete a role from a project |
Members & Lookups
Tool | Description |
| Get the authenticated user |
| List project members with user IDs |
| Issue status IDs for a project |
| User story status IDs |
| Task status IDs |
| Priority IDs |
| Severity IDs |
| Issue type IDs |
| Tags with colors |
Comments & History
Tool | Description |
| Add a comment to any object |
| Get activity history and comments |
Search
Tool | Description |
| Full-text search across issues, US, tasks, wiki, epics |
Wiki
Tool | Description |
| List wiki pages |
| Get page content |
| Create a wiki page |
| Update a wiki page |
| Delete a wiki page |
Delete
Tool | Description |
| Delete an issue permanently |
| Delete a user story permanently |
| Delete a task permanently |
| Delete an epic permanently |
| Delete a milestone permanently |
Verify connection
claude mcp list
# taiga: node ... - ✔ ConnectedUpdate (npx install)
npx always pulls the latest published version. No action needed.
Update (source install)
cd taiga-mcp
git pull
npm install && npm run buildLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/juanleon8581/taiga-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server