MCP server for YouTrack — issues, articles, agile boards, and time tracking for AI coding agents
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"youtrack-mcp-rs": {
"command": "cargo",
"args": [
"run",
"--",
"youtrack-mcp-rs"
]
}
}
}
Run in terminal:
claude mcp add youtrack-mcp-rs cargo run -- youtrack-mcp-rs
Add to .cursor/mcp.json:
{
"mcpServers": {
"youtrack-mcp-rs": {
"command": "cargo",
"args": [
"run",
"--",
"youtrack-mcp-rs"
]
}
}
}