taiga-mcp

taiga-mcp

MCP server for the Taiga project management API. Enables AI assistants to manage projects, issues, user stories, tasks, epics, sprints, and wiki pages via natural language commands.

Category
Visit Server

README

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

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-mcp

Option B — from source

git clone https://github.com/YOUR_USER/taiga-mcp
cd taiga-mcp
npm install && npm run build

Then 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.js

Claude 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
TAIGA_URL Yes Base URL of your Taiga instance (no trailing slash)
TAIGA_USERNAME Yes Taiga username or email
TAIGA_PASSWORD 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_projects List all accessible projects
get_project Get project details by ID or slug
create_project Create a new project
update_project Update project settings (name, description, visibility, etc.)

Issues

Tool Description
list_issues List issues with optional filters
get_issue Get issue details
create_issue Create a new issue
update_issue Update status, assignee, description, etc.

User Stories

Tool Description
list_userstories List user stories, filter by sprint
get_userstory Get user story details
create_userstory Create a user story
update_userstory Update a user story
bulk_create_userstories Create multiple user stories at once

Tasks

Tool Description
list_tasks List tasks, filter by US or sprint
create_task Create a task
update_task Update a task

Milestones / Sprints

Tool Description
list_milestones List sprints
get_milestone Get sprint details
create_milestone Create a new sprint/milestone
update_milestone Update sprint name, dates, or close it
get_milestone_stats Burndown and progress stats

Epics

Tool Description
list_epics List epics
get_epic Get epic details
create_epic Create an epic
update_epic Update an epic
list_epic_userstories List user stories linked to an epic
link_userstory_to_epic Link a user story to an epic
unlink_userstory_from_epic Remove the link

Roles

Tool Description
list_roles List all roles in a project (needed for story points)
get_role Get role details including permissions
create_role Create a new role in a project
update_role Update role name, order, or permissions
delete_role Delete a role from a project

Members & Lookups

Tool Description
get_me Get the authenticated user
list_members List project members with user IDs
list_issue_statuses Issue status IDs for a project
list_userstory_statuses User story status IDs
list_task_statuses Task status IDs
list_priorities Priority IDs
list_severities Severity IDs
list_issue_types Issue type IDs
list_tags Tags with colors

Comments & History

Tool Description
add_comment Add a comment to any object
get_history Get activity history and comments

Search

Tool Description
search Full-text search across issues, US, tasks, wiki, epics

Wiki

Tool Description
list_wiki_pages List wiki pages
get_wiki_page Get page content
create_wiki_page Create a wiki page
update_wiki_page Update a wiki page
delete_wiki_page Delete a wiki page

Delete

Tool Description
delete_issue Delete an issue permanently
delete_userstory Delete a user story permanently
delete_task Delete a task permanently
delete_epic Delete an epic permanently
delete_milestone Delete a milestone permanently

Verify connection

claude mcp list
# taiga: node ... - ✔ Connected

Update (npx install)

npx always pulls the latest published version. No action needed.

Update (source install)

cd taiga-mcp
git pull
npm install && npm run build

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured