AI assistants (Claude, ChatGPT, Copilot…) now connect to tools through the Model Context Protocol. Jira, Linear, Monday and Notion already ship MCP servers; Taiga has a great REST API but no MCP layer, so every team has to hand-roll a client.
A minimal official MCP server exposing: list/create/update epics & user stories, statuses, members, milestones, wiki pages, and search — with project-scoped auth — would instantly make Taiga usable by any AI agent.
Real-world use case: we drive our Taiga board from an AI assistant (meeting transcripts → user stories, cumulative meeting reports in the wiki, board audits). It works, but only through a custom client that had to work around several API quirks (see companion request).
Could live in taiga-contrib as a community-maintained package if not core.