> For the complete documentation index, see [llms.txt](https://docs.panther.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.panther.com/ai/mcp/mcp-integrations/atlassian-mcp-server.md).

# 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.

## 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

## 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 **Rovo** > **Rovo MCP server**.
4. Click **Add domain**.
5. Enter your Panther instance's OAuth callback URL: `https://<your-org>.runpanther.net/settings/mcp/callback`
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 %}

## Setup in Panther

The Atlassian MCP server supports automatic OAuth registration (Dynamic Client Registration), so no manual OAuth application setup is required on the Atlassian side. An [Admin](https://docs.panther.com/ai/mcp/mcp-integrations#how-it-works) user (for additional details regarding the permissions check [this](https://docs.panther.com/ai/mcp/mcp-integrations#permissions) section) can perform the following steps to [add](https://docs.panther.com/ai/mcp/mcp-integrations#adding-an-mcp-server) the Atlassian server:

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

### Connecting your account

After an admin [adds](https://docs.panther.com/ai/mcp/mcp-integrations#adding-an-mcp-server) 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. The Atlassian account must have the appropriate permissions for the actions you want Panther AI to perform (e.g., create issues in Jira, edit pages in Confluence).
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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/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.
