YouTrack and the Model Context Protocol - why the new MCP server is exciting

Christopher Müller-Dönnhoff

Christopher Müller-Dönnhoff

November 15, 2025

Large YouTrack spaceship with USB socket to which AI tool spaceships with USB ports dock

YouTrack is getting a new capability that seems inconspicuous at first glance, but can make a big difference in practice: a remote MCP server. This makes it possible to connect AI tools directly to a YouTrack instance via an open standard.

In this article, we take a look at what is behind the Model Context Protocol (MCP), why the MCP server in YouTrack is an important feature for the future, which specific examples are available and how you can shape the topic responsibly from a data protection perspective.

What is MCP - and what does the MCP server in YouTrack do?

The Model Context Protocol (MCP) is an open standard that enables AI systems such as chatbots, agents or IDE assistants to talk to other services in a standardized language. The most common metaphor for this is: MCP is the USB-C port for AI. Instead of writing a separate, proprietary integration for each tool, it describes which actions a service offers (e.g. "search issue", "create issue", "log time") and how an AI can address these actions.

As of version 2025.3, YouTrack comes with its own MCP server. This MCP server runs directly in your YouTrack instance and provides a range of predefined tools that AI clients can use to access your data in real time - always within the scope permitted by the permissions of the stored YouTrack account, of course. These include tools for issues, projects, users, groups and time recording.

From the perspective of an AI tool, it looks like this: Instead of laboriously working its way through the YouTrack REST API, it can simply ask: "Give me all open critical bugs in project X that are assigned to me" - and the MCP server returns the appropriate data or executes the desired change.

Why the MCP connection is worthwhile for YouTrack teams

The most obvious advantage: YouTrack context comes to AI and not the other way around. Many people already work with one or more AI tools. With the MCP server, an AI tool can look directly into YouTrack and take action there. Issues no longer just arise as loose notes in the chat, but as cleanly created tickets.

There is also the aspect of standardization. Without MCP, each combination of AI platform and target system requires its own integration. With MCP, this problem is significantly reduced: YouTrack provides an MCP server and any MCP-capable AI can access it. This is not only technically more elegant, but also easier to maintain in the long term.

A third point is the issue of security. The MCP server is part of YouTrack and uses normal user accounts with their usual rights. Changes are made using the same mechanisms as for manual work, including workflows, logging and the ability to specifically mark and monitor the actions of AI tools. For organizations that value GDPR compliance and digital sovereignty, this is much more attractive than loose bots "floating around" somewhere in the integration landscape.

Typical use cases from practice

What does this look like in practice? An obvious place to start is task management directly in the AI chat. If you are already in contact with an AI assistant, you can create new tasks in YouTrack while discussing requirements. The conversation becomes the raw material for a clearly structured issue: the AI formulates the summary, extracts acceptance criteria, fills in fields and creates the ticket directly in the appropriate project. You can also update existing issues from the chat, add comments or add time tracking.

A second scenario is support within the IDE. Many developers already use the JetBrains AI Assistant, Junie Pro or other tools in IntelliJ-based IDEs. The assistant gains access to the YouTrack context via MCP: it can reload the relevant details for a ticket that is currently being processed, display open bugs in the current sprint or compile a list of missing tasks for a release branch. The gap between issue tracker and code becomes smaller - and with it typically the risk of things being forgotten.

Things are also getting exciting in the area of automation and agents. Here, MCP-enabled platforms such as n8n, self-developed agent frameworks or specialized tools can use YouTrack as one of several data sources. For example, an agent could analyze incoming support emails, search for or create suitable issues in YouTrack, suggest priorities and return the result to a team dashboard or CRM. The actual logic is in the agent - the connection to YouTrack is standardized via MCP.

And finally, there is the level of individual requirements and customer-specific tools. YouTrack allows you to provide your own MCP tools as apps. For us as YouTrack app developers, this means that in future we will be able to integrate entire bundles of useful MCP tools into our apps that AI clients can use in a targeted manner.

Various AI tool spaceships dock to the central YouTrack spaceship via USB ports

What do I need apart from a YouTrack instance?

The basis is a YouTrack instance with version 2025.3 or higher. The MCP server is included in both YouTrack Cloud and YouTrack Server, the functionality is comparable in both versions. It is crucial that your instance is up to date.

Next, you need at least one AI client that supports MCP. Examples include desktop apps such as Claude Desktop, AI assistants in IDEs or agent frameworks such as n8n. A new MCP connection is created in the configuration of these clients, for which the URL of your YouTrack instance and the MCP endpoint are stored.

In order for the client to access YouTrack, it needs a permanent token from your YouTrack instance. This token is stored in the AI client as an authentication header. Which authorizations the MCP client has depends directly on the account to which the token belongs. It is therefore worth consciously choosing this role and not blindly using the admin account. You can then view and use the available YouTrack MCP tools in your AI client.

MCP, AI and data protection: what you need to know

As soon as AI tools access YouTrack via MCP, data protection issues inevitably arise. This is important and correct and does not mean that you should leave the integration alone, but that you should design it responsibly.

The first point is clarity about data flows. When an AI service accesses your YouTrack data via MCP, this data ends up where the service processes it. This could be US servers, European data centers or your own infrastructure. From a GDPR perspective, this is a clear case of commissioned processing and if data leaves the EEA, strict requirements apply. You therefore need to be aware of which data goes to which service via MCP and where it is processed.

The second point is technical and organizational control. This is precisely where the strength of YouTrack and MCP lies: because the MCP server is part of YouTrack and works with normal user rights, all familiar mechanisms continue to apply. You can therefore have very granular control over what data an AI tool is allowed to see and what actions it is allowed to perform. And you can track what has happened.

The third point concerns the choice of your AI partners. You now have real options here. Large US providers such as OpenAI or Google offer powerful models and established integrations, but should be viewed critically from a data protection perspective. European alternatives such as Mistral AI (headquartered in Paris) are no longer exotic niche solutions. Mistral is fully subject to the GDPR and is not covered by the US CLOUD Act, which means that foreign authorities cannot easily access data stored in European data centers. The company is investing heavily in open models that you can operate yourself and is planning a European-hosted AI cloud with "Mistral Compute".

YouTrack spaceship as a central docking station with USB socket for AI tool spaceships

What happens next and what can we expect?

With the introduction of the remote MCP server, JetBrains is laying the groundwork for a lot to happen in the coming months and years. There are already a number of predefined tools that cover basic tasks relating to issues, projects, users and time recording. The expansion of the MCP tools for knowledge base articles has already been announced. The documentation and the developer portal show that the interface is deliberately designed to be open.

At the same time, the MCP ecosystem is currently growing in a very agile way. More and more AI clients, agent platforms and development environments are building in support for MCP. Any new platform that speaks MCP is immediately a potential partner without you having to change your YouTrack configuration. You deploy your MCP server once, and the new tools dock on the same basis.

My conclusion

I expect MCP to play a similarly important role in the medium term as workflows and apps do today. The landscape of AI tools is growing and MCP is establishing itself as the standard. The MCP server makes YouTrack a good deal more future-proof. It creates a standardized, well-documented interface that AI tools can use to work with your project data.

For teams that are already working intensively with YouTrack and experimenting with AI at the same time, this is a very attractive combination. And because you have full control over permissions and AI tools, you can make the whole thing responsible and GDPR-compliant. This factor is particularly important to me personally and I am looking forward to future developments among European AI providers.

As of November 2025, our productive YouTrack instance is not yet connected to external AI partners. But we are researching and experimenting with possible use cases for the future. At twenty20 , we see AI as an exciting, lively tool that we also like to use in a playful way to gain experience and try out new things. This sometimes results in funny and unusual AI-generated images, as you have probably already noticed in this article.

If you think that we at twenty20 could be of value to your project, please feel free to write to me or contact us in any other way.

Renaissance painting: Wooden airships with docking stations connect to a central YouTrack airshipAll images were created on 15.11.2025 with OpenAI Sora.

JetBrains YouTrack - MCP server and new features:YouTrack introduces a remote MCP server and new apps (blog post about version 2025.3) | Remote MCP Server - Cloud Documentation | Remote MCP Server - Server Documentation | What's new in YouTrack 2025.3

Model Context Protocol - Standard and documentation:Documentation on remote servers | Official website and specification

Mistral AI - European Alternative and Data Sovereignty:Mistral AI Website | Mistral Compute - European Hosted AI Cloud | GDPR and Data Protection | Mistral AI - European AI Landscape Overview (Weventure)

Data protection, GDPR and international data transfers:EDPB Recommendations 01/2020 on international data transfers | EDPB - Current statements on AI and data protection | Federal Data Protection Commissioner (BfDI)

twenty20 GmbH & Co. KG

Hausinger Straße 6
40764 Langenfeld
+49 (0) 2173 167 00 50