# Atlassian MCP Server

## Overview

The Atlassian MCP server connects Panther AI to your Atlassian Cloud products, including Jira, Confluence, and Compass. With this integration, Panther AI can create and search Jira issues, read and create Confluence pages, and interact with Compass components—all within the Panther AI chat experience.

**MCP server URL:** `https://mcp.atlassian.com/v1/mcp`

## Prerequisites

* An Atlassian Cloud account with access to the products you want Panther AI to interact with (Jira, Confluence, and/or Compass)
* Your Atlassian user must have the appropriate permissions for the actions you want Panther AI to perform (e.g., create issues in Jira, edit pages in Confluence)
* An Atlassian organization admin must allowlist Panther's domain in the Atlassian Admin Console before users can connect

## Setup

The Atlassian MCP server supports automatic OAuth registration (Dynamic Client Registration), so no manual OAuth application setup is required on the Atlassian side.

1. In the upper-right corner of your Panther Console, click the gear icon (**Settings**) > **Panther AI**.
2. Navigate to the **MCP Servers** tab.
3. Click **Add MCP Server**.
4. Select **Atlassian** from the catalog.
5. Enter a **Name** for the server (e.g., "Atlassian").
6. Optionally enter a **Description**.
7. Click **Next**. Panther will automatically discover the server's OAuth metadata and register a client.
8. Click **Create**.

## Allow Panther in Atlassian

Before users can connect to the Atlassian MCP server from Panther, an Atlassian organization admin must add Panther's domain to the Rovo MCP server allowlist.

1. Log in to [Atlassian Administration](https://admin.atlassian.com).
2. If your account manages multiple organizations, select the relevant one.
3. Navigate to **Apps** > **AI settings** > **Rovo MCP server**.
4. Click **Add domain**.
5. Enter your Panther instance domain (e.g., `https://your-org.runpanther.net`).
6. Save your changes.

{% hint style="info" %}
Atlassian pre-approves a list of well-known AI tool domains by default, but Panther must be added manually. Domain restrictions apply to OAuth 2.1 connections only.
{% endhint %}

### Connecting your account

After an admin adds the Atlassian server:

1. On the MCP Servers page, find **Atlassian** in the available servers list.
2. Click **Connect**.
3. You will be redirected to Atlassian's OAuth consent page. Sign in with your Atlassian account and grant the requested permissions.
4. After authorization, you will be redirected back to Panther to configure your tool permissions.

## Learn more

* [Atlassian MCP Server documentation](https://support.atlassian.com/atlassian-rovo-mcp-server/docs/getting-started-with-the-atlassian-remote-mcp-server/)
* [Supported tools reference](https://support.atlassian.com/atlassian-rovo-mcp-server/docs/supported-tools/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.panther.com/ai/mcp-integrations/atlassian-mcp-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
