Atlassian Connector
Atlassian provides collaboration and productivity tools including teams management across their product suite. This connector allows you to interact with Atlassian's API to manage teams and other resources.
Prerequisites
Before setting up the Atlassian connector, you'll need:
1. API Key
To generate an Atlassian API key:
- Go to https://id.atlassian.com/manage-profile/security/api-tokens
- Give your token a descriptive label (e.g., "MCP Integration")
- Click Create
- Copy the token immediately (it won't be shown again)
Important: The API key should be used in the format username:apiKey where username is your Atlassian account email.
2. Atlassian Organization ID
To find your Atlassian Organization ID:
- Log in to your Atlassian Admin console at https://admin.atlassian.com
- Select your organization
- The Organization ID appears in the URL:
https://admin.atlassian.com/o/{YOUR_ORG_ID}/overview - Copy the Organization ID from the URL
Alternatively:
- Go to Settings → Organization details in your Atlassian Admin console
- The Organization ID is displayed on this page
Setup
Follow these steps to add the Atlassian connector to your MCP servers:
Step 1: Create the MCP Server
- Navigate to MCP Servers → + Add MCP Server
- Select Built-In tab
- Choose Atlassian from the list of available connectors
- Click Use or Continue
Step 2: Configure Authentication
- In the setup section, find Add auth settings
- Select API Key as the authentication type
- Enter your API key in the format:
[email protected]:your-api-token- Example:
[email protected]:ATATTxxxxxxxxxxxxx
- Example:
- Click Save section
Step 3: Configure General Settings
- Under General settings, locate the Atlassian Organization ID field
- Enter your Organization ID (obtained from prerequisites)
- Click Save section
Available Tools
The Atlassian connector provides the following tools:
Get Teams
Retrieves all teams for your Atlassian organization.
Usage: This is a read-only, idempotent operation that fetches team information from your Atlassian instance.