mcp-registry/mcp-atlassian

    ==================
      
       /// MCP ///
      /// MCP ///
        
    ==================
        
    [server:online]
    [protocol:ready]

mcp-atlassian

by sooperset

Model Context Protocol (MCP) server that adds Confluence & Jira Cloud/Server support, exposing rich read/write tools for AI assistants.

2.6k
471
Open Source

Installation

1. Prerequisites
• Python ≥ 3.9 installed and on PATH
• A personal access token (PAT) for each Atlassian cloud product you intend to connect to (Jira and/or Confluence)
2. Clone or download the repository
git clone https://github.com/sooperset/mcp-atlassian.git cd mcp-atlassian
3. (Recommended) Create and activate a virtual-environment
python -m venv .venv source .venv/bin/activate # Windows: .venv\Scripts\activate
4. Install the package and its dependencies
pip install -U pip pip install -e .[server] # Installs in editable mode with extra “server” deps
5. Provide configuration – create a file called .env in the repo root (or export as env-vars)
ATLASSIAN_BASE_URL=https://your-domain.atlassian.net ATLASSIAN_EMAIL=you@example.com ATLASSIAN_API_TOKEN=xxxxxxxxxxxxxxxxxxxx # Optional overrides MCP_HOST=0.0.0.0 MCP_PORT=8080
6. Launch the MCP server
python -m mcp_atlassian.server # or: uvicorn mcp_atlassian.server:app --host 0.0.0.0 --port 8080
7. Verify
Open http://localhost:8080/health or /docs to ensure the API is running.

Documentation

License: MIT License
Updated 7/30/2025

Table of Contents

mcp-atlassian - MCP Server Registry - Augment Code