
yt mcp
一个实现模型上下文协议 (MCP) 的 YouTrack 集成服务器,允许 AI 助手获取和显示票证信息。
Repository Info
About This Server
一个实现模型上下文协议 (MCP) 的 YouTrack 集成服务器,允许 AI 助手获取和显示票证信息。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
YouTrack MCP Server
A Model Context Protocol (MCP) server that integrates with YouTrack ticket system, allowing AI assistants to fetch and display ticket information.
Features
- Implements the Model Context Protocol for AI assistant integration
- Provides a tool to fetch YouTrack ticket information
- Validates ticket IDs in the format PROJECT-123
- Returns structured ticket data for AI consumption
Installation
# Clone the repository
git clone https://github.com/yourusername/yt-mcp.git
cd yt-mcp
# Install dependencies
npm install
# Build the project
npm run build
Usage
Starting the Server
npm run start
This starts the MCP server using stdio transport, which can be connected to compatible AI assistants.
Development Mode
npm run dev
Starts the server with nodemon for automatic reloading during development.
API Configuration
By default, the server attempts to connect to a YouTrack API at http://localhost:3000/api/ticket/. You may need to modify this URL in src/index.ts to match your YouTrack instance.
Tool Documentation
get-ticket-info
Retrieves information about a YouTrack ticket.
Parameters:
ticketId(string): The ticket ID in the format PROJECT-123
Returns:
- Structured ticket information in JSON format
Scripts
npm run build— Compile TypeScript to JavaScriptnpm run start— Run the compiled appnpm run dev— Start development server with nodemonnpm run lint— Lint code with ESLintnpm run format— Format code with Prettier
Project Structure
src/— Source TypeScript filesdist/— Compiled JavaScript output
Requirements
- Node.js 18+
- Access to a YouTrack instance (or mock API at http://localhost:3000)
Dependencies
- @modelcontextprotocol/sdk - MCP SDK for JavaScript/TypeScript
- zod - TypeScript-first schema validation
License
MIT
Quick Start
Clone the repository
git clone https://github.com/hubertstrk/yt-mcpInstall dependencies
cd yt-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.