MCP Atlassian Server

by phuc-nt
MIT License
8

Integrations

  • Connects AI agents to Atlassian services, enabling them to query data and perform actions through a standardized interface.

  • Enables interaction with Confluence spaces and pages, including creating pages, updating content, managing labels, and adding comments.

  • Allows viewing and managing Jira issues, projects, users, and comments, with capabilities to create, update, and transition issues.

MCP Atlassian Server (by phuc-nt)

Introduction

MCP Atlassian Server (by phuc-nt) is a Model Context Protocol (MCP) server that connects AI agents like Cline, Claude Desktop, or Cursor to Atlassian Jira and Confluence, enabling them to query data and perform actions through a standardized interface.

Note: This server is primarily designed and optimized for use with Cline, though it follows the MCP standard and can work with other MCP-compatible clients.

  • Key Features:
    • Connect AI agents to Atlassian Jira and Confluence
    • Support both Resources (read-only) and Tools (actions/mutations)
    • Easy integration with Cline through MCP Marketplace
    • Local-first design for personal development environments
    • Optimized integration with Cline AI assistant

The Why Behind This Project

As a developer working daily with Jira and Confluence, I found myself spending significant time navigating these tools. While they're powerful, I longed for a simpler way to interact with them without constantly context-switching during deep work.

The emergence of AI Agents and the Model Context Protocol (MCP) presented the perfect opportunity. I immediately saw the potential to connect Jira and Confluence (with plans for Slack, GitHub, Calendar, and more) to my AI workflows.

This project began as a learning journey into MCP and AI Agents, but I hope it evolves into something truly useful for individuals and organizations who interact with Atlassian tools daily.

System Architecture

Installation & Setup

For detailed installation and setup instructions, please refer to our installation guide for AI assistants. This guide is specially formatted for AI/LLM assistants like Cline to read and automatically set up the MCP Atlassian Server.

Note for Cline users: The installation guide (llms-install.md) is optimized for Cline AI to understand and execute. You can simply ask Cline to "Install MCP Atlassian Server (by phuc-nt)" and it will be able to parse the instructions and help you set up everything step-by-step.

The guide includes:

  • Prerequisites and system requirements
  • Step-by-step setup for Node.js environments
  • Configuring Cline AI assistant to connect with Atlassian
  • Getting and setting up Atlassian API tokens
  • Security recommendations and best practices

Installing via Smithery

To install Atlassian Integration Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @phuc-nt/mcp-atlassian-server --client claude

Feature Overview

For detailed documentation of all Resources and Tools, see Resources & Tools Reference

TypeGroupFeatureDescriptionStatus
ResourceJiraView issues, projects, users, comments, rolesQuery Jira data (JQL, details, lists)
ResourceJiraFilters, Boards, Dashboards, SprintsAdvanced management for developers🚧
ResourceConfluenceView spaces, pages, child pages, commentsQuery Confluence data
ResourceConfluenceLabels, Attachments, Content VersionsAdvanced document management🚧
ResourceOtherSmart caching, advanced JQL/CQL, templatesPerformance, experience, UI integration🚧
ToolJiraCreate, update, transition issuesDirect actions on Jira
ToolConfluenceCreate pages, update pages (title, content, version, labels), manage labels, add commentsDirect actions on Confluence (create, update, add/remove labels, comment)
ToolOtherPrompts, Sampling, PersonalizationAI optimization, personalization, advanced flows🚧

Request Flow

Example Use Cases

Try asking Cline these queries after installation:

  1. Create and Manage Tasks
    • "Create a new issue in project DEMO about login errors"
    • "Find all issues assigned to me in the current sprint"
    • "Transition issue DEMO-43 to Done status"
  2. Project Information Summary
    • "Summarize all issues in project DEMO"
    • "Who is assigned issues in project DEMO?"
    • "List unassigned issues in the current sprint"
  3. Documentation with Confluence
    • "Create a Confluence page titled 'Meeting Notes'"
    • "Update the Confluence page 'API Documentation' with new examples and labels"
    • "Add the label 'documentation' to the page about architecture"
    • "Remove the label 'draft' from the page 'Meeting Notes'"
    • "Add a comment to the Confluence page about API Documentation"
  4. Analysis and Reporting
    • "Compare the number of completed issues between the current and previous sprint"
    • "Who has the most issues in 'To Do' status?"

These queries work best within the Cline environment, which has been thoroughly tested with this MCP server.

Usage Notes

  1. Simple JQL: When searching for issues, use simple JQL without spaces or special characters (e.g., project=DEMO instead of project = DEMO AND key = DEMO-43).
  2. Create Confluence Page: When creating a Confluence page, use simple HTML content and do not specify parentId to avoid errors.
  3. Update Confluence Page: When updating a page, always include the current version number to avoid conflicts. You can also update labels (add/remove) and must use valid storage format for content.
  4. Create Issue: When creating new issues, only provide the minimum required fields (projectKey, summary) for best success.
  5. Access Rights: Ensure the configured Atlassian account has access to the projects and spaces you want to interact with.

Security Note

  • Your API token inherits all permissions of the user that created it
  • Never share your token with a non-trusted party
  • Be cautious when asking LLMs to analyze config files containing your token
  • See detailed security guidelines in llms-install.md

Contribute & Support

  • Contribute by opening Pull Requests or Issues on GitHub.
  • Join the MCP/Cline community for additional support.

MCP Atlassian Server (by phuc-nt) is ready for one-click installation from Cline Marketplace!
See detailed instructions in llms-install.md

While the server uses the open MCP standard, it is primarily designed and tested for Cline users.

-
security - not tested
A
license - permissive license
-
quality - not tested

A Model Context Protocol server that connects AI assistants like Cline to Atlassian Jira and Confluence, enabling them to query data and perform actions through a standardized interface.

  1. Introduction
    1. The Why Behind This Project
      1. System Architecture
        1. Installation & Setup
          1. Installing via Smithery
        2. Feature Overview
          1. Request Flow
            1. Example Use Cases
              1. Usage Notes
            2. Security Note
              1. Contribute & Support

                Related MCP Servers

                • A
                  security
                  F
                  license
                  A
                  quality
                  A Model Context Protocol server that enables integration with JIRA, allowing users to interact with JIRA tasks and issues through Claude AI assistant.
                  Last updated -
                  3
                  2
                  Python
                  • Apple
                • -
                  security
                  A
                  license
                  -
                  quality
                  A Model Context Protocol server that enables AI assistants like Claude to interact with Jira, allowing for project management tasks such as listing projects, searching issues, creating tickets, and managing sprints through natural language queries.
                  Last updated -
                  9
                  1
                  TypeScript
                  MIT License
                  • Linux
                  • Apple
                • A
                  security
                  F
                  license
                  A
                  quality
                  A Model Context Protocol server that enables AI assistants like Claude to access and search Atlassian Confluence content, allowing integration with your organization's knowledge base.
                  Last updated -
                  5
                  1,644
                  5
                  TypeScript
                  • Apple
                • A
                  security
                  A
                  license
                  A
                  quality
                  A Model Context Protocol server that enables AI assistants to interact with Confluence content, supporting operations like retrieving, searching, creating, and updating pages and spaces.
                  Last updated -
                  9
                  3
                  TypeScript
                  MIT License

                View all related MCP servers

                ID: fqgkm1z0wy