YouTrack MCP Server

40 tools. 17 can modify or destroy data without limits.

4 destructive tools with no built-in limits. Policy required.

Last updated:

17 can modify or destroy data
23 read-only
40 tools total

Community server · catalogue entry verified 29/06/2026

How to control YouTrack MCP Server ↓

What YouTrack MCP Server exposes to your agents

Read (23) Write / Execute (13) Destructive / Financial (4)
Critical Risk

The most dangerous YouTrack MCP Server tools

17 of YouTrack MCP Server's 40 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control YouTrack MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and YouTrack MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "youtrack_delete_comment": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "youtrack_add_comment": {
    "limits": [
      {
        "counter": "youtrack_add_comment_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "youtrack_generate_report": {
    "limits": [
      {
        "counter": "youtrack_generate_report_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register YouTrack MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON YOUTRACK →

Instant setup, no code required.

All 40 YouTrack MCP Server tools

READ 23 tools
Read youtrack_generate_report Generate custom reports Read youtrack_get_agile_board Get detailed information about a specific agile board Read youtrack_get_attachments Get all attachments for an issue Read youtrack_get_comments Get all comments for an issue Read youtrack_get_current_user Get current authenticated user information Read youtrack_get_group Get detailed information about a specific group Read youtrack_get_issue Get detailed information about a specific issue Read youtrack_get_issue_commands Get available workflow commands for an issue Read youtrack_get_project Get detailed information about a specific project Read youtrack_get_project_custom_fields Get custom fields for a project Read youtrack_get_project_statistics Get project statistics and metrics Read youtrack_get_server_info Get YouTrack server information Read youtrack_get_sprint Get detailed information about a specific sprint Read youtrack_get_user Get detailed information about a specific user Read youtrack_get_work_items Get work items (time tracking entries) for an issue Read youtrack_list_agile_boards List all agile boards Read youtrack_list_groups List user groups Read youtrack_list_issues List issues with optional filtering and pagination Read youtrack_list_projects List all accessible projects Read youtrack_list_sprints List sprints for an agile board Read youtrack_list_users List users with optional search and pagination Read youtrack_ping Test YouTrack connection Read youtrack_search_issues Search issues using YouTrack query syntax

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about YouTrack MCP Server

Can an AI agent delete data through the YouTrack MCP Server MCP server? +

Yes. The YouTrack MCP Server server exposes 4 destructive tools including youtrack_delete_comment, youtrack_delete_issue, youtrack_delete_project. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through YouTrack MCP Server? +

The YouTrack MCP Server server has 12 write tools including youtrack_add_comment, youtrack_add_work_item, youtrack_create_agile_board. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach YouTrack MCP Server.

How many tools does the YouTrack MCP Server MCP server expose? +

40 tools across 3 categories: Destructive, Read, Write. 23 are read-only. 17 can modify, create, or delete data.

How do I enforce a policy on YouTrack MCP Server? +

Register the YouTrack MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every YouTrack MCP Server tool call.

Deterministic rules across all 40 YouTrack MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

40 YouTrack MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.