YouTrack MCP logo

YouTrack MCP

Query YouTrack issues, projects, and agile boards from any MCP-compatible AI assistant.

JetBrains·No reviews yet
Docs
Share:

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.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

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

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.