atlassian-mcp-server

tingyiy/atlassian-mcp-server
★ 0 stars Python 🔌 API Integration Updated today
An open-source Model Context Protocol (MCP) server for Atlassian Jira and Confluence Cloud, enabling LLMs to search, read, write, and manage issues and pages.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "atlassian-mcp-server": {
      "command": "uvx",
      "args": [
        "atlassian-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install atlassian-mcp-server

README Excerpt

<a href="https://glama.ai/mcp/servers/@tingyiy/atlassian-mcp-server"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@tingyiy/atlassian-mcp-server/badge" /> </a> An MCP server for Jira and Confluence Cloud. Write in **markdown** — the server converts to Atlassian Document Format (ADF) automatically.

Tools (20)

ATLASSIAN_API_KEYATLASSIAN_USERNAMECONFLUENCE_SPACE_KEYCONFLUENCE_URLJIRA_URLconfluence_add_commentconfluence_create_pageconfluence_delete_pageconfluence_get_attachment_imageconfluence_get_commentsconfluence_searchedit_confluence_pagejira_add_commentjira_create_issuejira_get_attachment_imagejira_get_commentsjira_get_transitionsjira_transition_issuejira_update_issuelist_confluence_pages