MCP.so
Sign In
J

JetBrains Youtrack

@tonyzorin

About JetBrains Youtrack

What is MCP?

Basic information

Category

Developer Tools

Transports

stdio

Publisher

tonyzorin

Submitted by

Anton Zorin

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "YouTrack": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "YOUTRACK_URL=https://yourinstance.youtrack.cloud",
        "-e",
        "YOUTRACK_API_TOKEN=perm:your-token",
        "youtrack-mcp"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is JetBrains YouTrack?

JetBrains YouTrack is an MCP server that connects to a YouTrack instance using an API token and base URL. It runs as a Docker container, enabling LLM-based tools to interact with YouTrack.

How to use JetBrains YouTrack?

Clone the repository, build the Docker image with docker build -t youtrack-mcp ., then run the container with environment variables YOUTRACK_URL and YOUTRACK_API_TOKEN set to your instance and token. Use the -i flag to keep STDIN open for the MCP protocol.

Key features of JetBrains YouTrack

Use cases of JetBrains YouTrack

FAQ from JetBrains YouTrack

What is the server’s purpose?

What dependencies or runtime are required?

Where does the data reside?

Are there any known limitations?

What transport or authentication does it use?

Comments

More Developer Tools MCP servers