
MCP YouTrack
Supports UIby dsswift
Integrate YouTrack issue tracking with MCP-compatible clients for seamless issue and project management.
What it does
MCP YouTrack connects the Model Context Protocol to JetBrains YouTrack, allowing AI assistants to search, create, update, and delete issues, manage project fields, and handle comments directly within the chat interface.
Tools
search_issues: Find issues using project, assignee, state, or custom queries.get_issue: Retrieve detailed information about a specific issue.create_issue: Create a new issue within a specified project.update_issue: Modify summary, description, state, or assignee.delete_issue: Permanently remove an issue.list_projects: List all accessible projects in the instance.add_comment: Post a comment to an existing issue.add_issue_link: Create dependencies or relationships between issues.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"youtrack": {
"command": "uvx",
"args": ["--from", "dsswift/mcp-youtrack", "mcp-youtrack"],
"env": {
"YOUTRACK_URL": "https://youtrack.example.com",
"YOUTRACK_TOKEN": "perm:your-token"
}
}
}
}
Supported hosts
Confirmed support for Claude Desktop and other MCP-compatible clients.
Quick install
uvx --from dsswift/mcp-youtrack mcp-youtrackInformation
- Pricing
- free
- Published
- 4/30/2026






