mcp-atlassian: AI-Powered Interaction with Atlassian Tools

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

mcp-atlassian: AI-Powered Interaction with Atlassian Tools

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.

Repository Information

Analyzed by OSRepos on April 15, 2026

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

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.
For Server/Data Center, use a Personal Access Token. Refer to the Authentication documentation 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 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

Source repository

Open the original repository on GitHub.

11 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️