# mcp-atlassian: AI-Powered Interaction with Atlassian Tools

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Source: osrepos.com
Repository profile: https://osrepos.com/repo/sooperset-mcp-atlassian
Generated for open source discovery and AI-assisted research.

mcp-atlassian is a Model Context Protocol (MCP) server designed to integrate AI assistants with Atlassian products like Confluence and Jira. It enables AI to perform actions such as searching, creating, and updating tickets or pages, supporting both Cloud and Server/Data Center deployments. This tool streamlines workflows by allowing natural language interaction with your Atlassian ecosystem.

GitHub: https://github.com/sooperset/mcp-atlassian
OSRepos URL: https://osrepos.com/repo/sooperset-mcp-atlassian

## Summary

mcp-atlassian is a Model Context Protocol (MCP) server designed to integrate AI assistants with Atlassian products like Confluence and Jira. It enables AI to perform actions such as searching, creating, and updating tickets or pages, supporting both Cloud and Server/Data Center deployments. This tool streamlines workflows by allowing natural language interaction with your Atlassian ecosystem.

## Topics

- atlassian
- confluence
- jira
- mcp
- python
- ai-integration
- productivity

## Repository Information

Last analyzed by OSRepos: Wed Apr 15 2026 08:45:19 GMT+0100 (Western European Summer Time)
Detail views: 0
GitHub clicks: 11

## Safety Notice

OSRepos shares public repositories for knowledge and discovery only. Review source code, dependencies, licenses, and security implications before running or installing anything.

## Content

## Introduction

**mcp-atlassian** is an innovative Model Context Protocol (MCP) server that bridges the gap between AI assistants and your Atlassian ecosystem. It allows large language models (LLMs) to interact directly with Confluence and Jira, performing a wide array of tasks through natural language commands. Whether you're using Atlassian Cloud or a Server/Data Center deployment, mcp-atlassian provides a robust framework for AI-driven automation and information retrieval.

## Installation

Getting started with mcp-atlassian involves a few straightforward steps to configure your environment and AI assistant.

### 1. Get Your API Token

For Atlassian Cloud, generate an API token from your Atlassian profile: [https://id.atlassian.com/manage-profile/security/api-tokens](https://id.atlassian.com/manage-profile/security/api-tokens){target="_blank"}.
For Server/Data Center, use a Personal Access Token. Refer to the [Authentication documentation](https://mcp-atlassian.soomiles.com/docs/authentication){target="_blank"} for details.

### 2. Configure Your IDE

Add the following configuration to your Claude Desktop or Cursor MCP setup, replacing placeholders with your actual Atlassian details:


{
  "mcpServers": {
    "mcp-atlassian": {
      "command": "uvx",
      "args": ["mcp-atlassian"],
      "env": {
        "JIRA_URL": "https://your-company.atlassian.net",
        "JIRA_USERNAME": "your.email@company.com",
        "JIRA_API_TOKEN": "your_api_token",
        "CONFLUENCE_URL": "https://your-company.atlassian.net/wiki",
        "CONFLUENCE_USERNAME": "your.email@company.com",
        "CONFLUENCE_API_TOKEN": "your_api_token"
      }
    }
  }
}


Server/Data Center users should use `JIRA_PERSONAL_TOKEN` instead of `JIRA_USERNAME` + `JIRA_API_TOKEN`. Consult the [Authentication documentation](https://mcp-atlassian.soomiles.com/docs/authentication){target="_blank"} for more information.

## Examples

Once configured, you can instruct your AI assistant to perform various tasks within Jira and Confluence using natural language.

*   "Find issues assigned to me in PROJ project"
*   "Search Confluence for onboarding docs"
*   "Create a bug ticket for the login issue"
*   "Update the status of PROJ-123 to Done"

The project supports 72 tools in total, covering extensive functionalities for both platforms.

## Why Use It

mcp-atlassian empowers users to interact with their Atlassian tools in a more intuitive and efficient way. By leveraging AI assistants, you can automate routine tasks, quickly retrieve information, and streamline project management workflows without needing to navigate complex interfaces. It enhances productivity by allowing you to focus on strategic work while your AI handles the operational details within Jira and Confluence. Its broad compatibility and comprehensive toolset make it a valuable addition to any team utilizing Atlassian products.

## Links

*   **GitHub Repository:** [https://github.com/sooperset/mcp-atlassian](https://github.com/sooperset/mcp-atlassian){target="_blank"}
*   **Official Documentation:** [https://mcp-atlassian.soomiles.com](https://mcp-atlassian.soomiles.com){target="_blank"}
*   **Tools Reference:** [https://mcp-atlassian.soomiles.com/docs/tools-reference](https://mcp-atlassian.soomiles.com/docs/tools-reference){target="_blank"}