atlassian

Local
Community
26.7k
GitHub Repo

Overview

The Atlassian MCP server lets AI assistants work directly with Atlassian Cloud products from within an AI-driven workflow. It provides programmatic access to Jira, Confluence, and related Atlassian resources so users can search, create, and update content without switching tools.

Transport

stdio

Select Tools

  • confluence_search
  • confluence_get_page
  • confluence_get_page_children
  • confluence_get_comments
  • confluence_get_labels
  • confluence_add_label
  • confluence_create_page
  • confluence_update_page
  • confluence_delete_page
  • confluence_add_comment
  • confluence_search_user
  • jira_get_user_profile
  • jire_get_issue
  • jira_search
  • jira_search_fields
  • jira_get_project_issues
  • jira_gte_transitions
  • jira_get_worklog
  • jira_download_attachments
  • jira_get_agile_boards
  • jira_get_board_issues
  • jira_get_sprints_from_board
  • jira_get_sprint_issues
  • jira_get_link_types
  • jira_create_issue
  • jira_batch_create_issues
  • jira_batch_get_changelogs
  • jira_update_issue
  • jira_delete_issue
  • jira_add_comment
  • jira_add_worklog
  • jira_link_to_epic
  • jira_create_issue_link
  • jira_remove_issue_link
  • jira_transition_issue
  • jira_create_sprint
  • jira_update_sprint
  • jira_get_project_versions
  • jira_get_all_projects
  • jira_create_version
  • jira_batch_create_versions

Key Capabilities

  • Search and retrieve Jira issues using natural language
  • Create and update Jira issues programmatically
  • Read, search, and summarize Confluence pages
  • Create and edit Confluence content
  • Access Atlassian Cloud data through a unified, AI-friendly interface

How It Works

The server connects to Atlassian Cloud APIs and performs operations on the user’s behalf using OAuth-based authentication and existing Atlassian permissions. This makes it well suited for issue triage, documentation workflows, project tracking, and knowledge discovery, while abstracting away authentication and low-level API details so Atlassian actions appear as native tools inside the AI assistant.