atlassian-mcp-server

atlassian/atlassian-mcp-server
★ 436 stars JavaScript 🔒 Security Updated 1mo ago
Remote MCP Server that securely connects Jira and Confluence with your LLM, IDE, or agent platform of choice.
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": "npx",
      "args": [
        "-y",
        "atlassian/atlassian-mcp-server"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="images/atlassian_logo_brand_RGB.svg"> </p> The Atlassian Rovo MCP Server is a cloud-based bridge between your Atlassian Cloud site and compatible external tools. Once configured, it enables those tools to interact with Jira, Compass, and Confluence data in real-time. This functionality is powered by secure authentication using **OAuth 2.1** or **API tokens**, which ensures all actions respect the user's existing access controls.