Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by tonyzorin • Workflow & Task Management
An open-source MCP server that exposes YouTrack functionality (issues, projects, users, attachments, and custom fields) to MCP clients like Claude Desktop.
Create, update, and search YouTrack issues programmatically (including priority, state, assignee, type, and estimation changes).
Manage project-level configuration and custom fields with validation and batch update support against a YouTrack instance.
Download and process issue attachments and integrate YouTrack data into automated workflows or assistant interfaces.
This project provides a Model Context Protocol (MCP) server that integrates with YouTrack, allowing MCP-capable agents to create, read, update, and delete issues, manage projects and custom fields, search issues, and handle attachments. It supports comprehensive custom fields CRUD, field validation against project schemas, batch updates, and detailed error handling. The server is distributed via Docker images and npm packages and is designed for multi-architecture use (ARM64/AMD64).
Get custom fields for a project. Example: get_custom_fields(project_id="DEMO")
Get a specific issue as a resource. Example: get_issue(issue_id="value")
Search issues as a resource. Example: search_issues(query="project: DEMO #Unresolved")
Get a specific project as a resource. Example: get_project(project_id="DEMO")
Get issues for a specific project as a resource. Example: get_project_issues(project_id="DEMO")
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.