MCP Atlassian

by adamjbird2

534 downloads
Not rated
GitHub

About

Interact with Atlassian products like Confluence and Jira, supporting both Cloud and Server/Data Center deployments.

Details

Author
adamjbird2
Downloads
534
Categories
Productivity, Project Management, Other, Developer Tools

- Search Confluence content using CQL
- Get, create, update, and delete Confluence pages
- Search Jira issues using JQL
- Get, create, update, and delete Jira issues
- Manage Jira worklogs and issue transitions
- Supports both Cloud and Server/Data Center deployments

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Atlassian
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via uvx (recommended), pip, or Docker. Configure with command-line arguments for your Atlassian instance(s)—include only the services you need. Connect the server to an MCP client like Claude Desktop or Cursor IDE using the provided JSON or YAML configuration examples.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp atlassian": {
            "mcp-atlassian-sprint": {
                "command": "uvx",
                "args": [
                    "mcp-atlassian"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-atlassian-sprint": {
        "command": "uvx",
        "args": [
            "mcp-atlassian"
        ]
    }
}

MCP Atlassian

Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). This integration supports both Atlassian Cloud and Server/Data Center deployments.

Feature Demo

Jira Demo

<details>
<summary>Confluence Demo</summary>

Confluence Demo
</details>

Compatibility

| Product | Deployment Type | Support Status |
|---------|----------------|-----------------------------|
| Confluence | Cloud | ✅ Fully supported |
| Confluence | Server/Data Center | ✅ Supported (version 7.9+) |
| Jira | Cloud | ✅ Fully supported |
| Jira | Server/Data Center | ✅ Supported (version 8.14+) |

Setup Guide

1. Authentication Setup

First, generate the necessary authentication tokens:

For Atlassian Cloud

1. Go to https://id.atlassian.com/manage-profile/security/api-tokens 2. Click Create API token, name it 3. Copy the token immediately

For Server/Data Center

1. Go to your profile (avatar) → ProfilePersonal Access Tokens 2. Click Create token, name it, set expiry 3. Copy the token immediately

2. Installation

Choose one of these installation methods:

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.