
YouTrack MCP
Query YouTrack issues, projects, and agile boards from any MCP-compatible AI assistant.
About
YouTrack MCP exposes JetBrains YouTrack as a Model Context Protocol server so AI assistants (Claude, Cursor, Windsurf, etc.) can search issues, read/create tickets, update fields, manage projects, run YouTrack queries, and inspect agile boards. JetBrains ships an official built-in MCP server for YouTrack Server / Cloud (available under Administration → Integrations → Model Context Protocol), and there is also a widely used community implementation by tonyzorin that runs locally via stdio and connects to any YouTrack instance using a permanent token.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
Screenshots
Install YouTrack MCP
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"youtrack": {
"url": "https://…",
"transport": "http",
"authType": "bearer"
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"youtrack": {
"url": "https://…"
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"youtrack": {
"type": "http",
"url": "https://…"
}
}
}Reviews
No reviews yet. Be the first!
Discussion(0)
No comments yet.