atlassian/atlassian-mcp-server

Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.

Atlassian Rovo MCP Server – 這是什麼

Atlassian Rovo Model Context Protocol (MCP) server 是一個雲端託管的橋樑,讓 AI 賦能的工具(ChatGPT, Claude, VS Code Copilot, Cursor, 等)可以直接與 Atlassian Cloud 站點中的數據進行對話——包括 Jira, Confluence, Bitbucket, Compass, Loom 以及更廣泛的「Teamwork Graph」(專案、目標、團隊、人才,...)。它實作了開放的 Model Context Protocol,因此任何相容 MCP 的用戶端都可以發現並調用 Atlassian 特有的動作,而使用者不需要手動複製貼上 URL 或切換分頁。


Key capabilities

Capability What it lets you do
Real‑time read/write 在 AI 聊天或程式碼助手內,搜尋、檢索與更新問題 (issues)、頁面、儲存庫 (repos)、影片等。
Natural‑language commands 描述一個動作(例如:“Create a Jira ticket for the bug in the latest PR”)並由伺服器將其轉換為適當的 Atlassian API 呼叫。
Secure authentication 使用 OAuth 2.1 或 API‑token 驗證,因此每個請求都會遵循使用者的現有 Atlassian 權限。
Fine‑grained scopes 權限範圍 (scopes) 如 read_jira, write_confluence, delete_jira 等,會作為獨立的工具呈現;管理員可以針對各個產品進行啟用/禁用。
Tool discovery 預設僅傳送一小組「主要」工具;用戶端可以根據需求請求額外的工具,使 AI 的上下文 (context) 保持輕量化。
Version 2 endpoint 目前建議的 URL 是 https://mcp.atlassian.com/v2/mcp,它比舊版的 v1 endpoint 提供了更多產品與工具。

Who would use it?

  • Developers 想要其 IDE 或 Copilot‑style 助手可以無需離開編輯器,即可建立或更新 Jira tickets、pull‑request 註解、Confluence 頁面等。
  • Content creators / product managers 想要要求 ChatGPT 總結 Confluence 空間 (space) 或提取 Loom 影片的逐字稿。
  • Automation engineers 正在構建需要作為更大工作流的一部分來讀取/寫入 Atlassian 數據的自定義代理 (agents)。

How it works (high‑level flow)

  1. Install the connector – 一鍵按鈕即可將 Atlassian MCP 外掛程式加入到所選的 AI 用戶端 (Cursor, VS Code, ChatGPT, Claude, …)。該外掛程式包含一個微小的清單 (plugin.json, .claude-plugin/plugin.json, 等) 並指向伺服器 URL。
  2. Authenticate – 使用者會執行 OAuth 2.1 流程(或提供 API token)。伺服器會收到一個編碼了使用者 Atlassian 權限的存取權杖 (access token)。
  3. Tool discovery – 用戶端向伺服器請求可用工具列表。主要工具會立即返回;其他工具可以稍後透過 MCP discover 呼叫來獲取。
  4. Invocation – 當 AI 決定需要使用某個工具時,它會向伺服器發送請求(例如:createIssue, searchConfluence)。伺|服器將請求轉換為適當的 Atlassian REST API 呼叫,轉發並返回結果。
  5. Result handling – AI 會將回應(搜尋結果、建立的 ID、影片逐字稿)整合進其對使用者的回覆中。

Supported products & permission groups

Product Read Write Search Delete / Manage
Jira delete_jira, manage_jira (admin‑enabled)
Confluence
Bitbucket Cloud
Jira Service Management (API‑token only)
Compass
Loom
Teamwork Graph (Projects, Goals, Teams, Focus, Talent)

每個權限組都對應一個 OAuth scope;管理員可以針對每個組織進行啟用或禁用。


Getting started (quick checklist)

  1. Have an Atlassian Cloud site 帶有您需要的產品。
  2. Pick an MCP‑compatible client (ChatGPT, Claude, VS Code, Cursor, etc.)。
  3. Click the Add to … button in the README table – 用戶端將會安裝 Atlassian plugin 並預填伺服器 URL (httpsness://mcp.atlassian.com/v2/mcp)。
  4. Follow the OAuth flow (or paste an API token) 以授予 AI 存取權限。
  5. Start using natural‑language commands; AI 會自動發現並調用適當的 Atlassian 工具。

Where to find more info


TL;DR

Atlassian Rovo MCP Server 是一個生產等級、雲端託管的服務,它實作了開放的 Model Context Protocol,讓 AI 助手可以安全地即時讀取與寫入 Atfluence Cloud 數據,並將自然語言指令轉換為 Jira, Confluence, Bitbucket, Loom, Compass, 等操作。

相關

  • 專案
  • 專案
  • 專案
  • 專案
  • 專案