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 或切换标签页。


核心能力

Capability What it lets you do
Real‑time read/write 在 AI 聊天或编程助手内部进行搜索、检索和更新 issue、页面、仓库、视频等。
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 权限组如 read_jira, write_confluence, delete_jira 等,作为独立的工具暴露出来;管理员可以按产品启用/禁用它们。
Tool discovery 仅预先发送一小部分“主要”工具;客户端可以根据需要请求额外的工具,从而保持 AI 的上下文轻量化。
Version 2 endpoint 当前推荐的 URL 是 https://mcp.atlassian.com/v2/mcp,它比旧的 v1 接口提供了更多的产品和工具。

谁会使用它?

  • Developers 想要他们的 IDE 或 Copilot 风格的助手来创建或更新 Jira ticket、pull-request 注释、Confluence 页面等,而无需离开编辑器。
  • Content creators / product managers 想要让 ChatGPT 总结 Confluence 空间或提取 Loom 视频转录文本。
  • Automation engineers 正在构建自定义代理,需要作为更大工作流的一部分来读取/写入 Atlassian 数据。

工作原理(高层级流程)

  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, 等)。
  3. 点击 README 表格中的 Add to … 按钮——客户端将安装 Atlassian 插件并预填充服务器 URL (https://mcp.atlassian.com/v2/mcp)。
  4. 遵循 OAuth 流程(或粘贴 API token)以授予 AI 访问权限。
  5. 开始使用自然语言命令;AI 会自动发现并调用相应的 Atlassian 工具。

Where to find more info


TL;DR

Atlassian Rovo MCP Server 是一个生产级别的、云端托管的服务,它实现了开放的 Model Context Protocol,允许 AI 助手可以安全地、实时地读取和写入 Atlassian Cloud 数据。安装相应的连接器,进行身份验证,并让您的 AI agent 能够通过自然语言命令将其转换为 Jira, Confluence, Bitbucket, Loom, Compass, 等,操作。

相关

  • 项目
  • 项目
  • 项目
  • 项目
  • 项目