Atlassian MCP Server
Atlassian 官方的 MCP server,一个 server 同时覆盖 Jira 和 Confluence。装好之后可以直接说「把这个 sprint 里所有还没分配的 bug 列出来」或者「按这次会议纪要建一个 Confluence 页面」。
对写 issue 这件事帮助最明显——AI 能读到项目里已有的字段结构和标签体系,建出来的 issue 格式跟团队现有的一致,而不是一个空标题加一句话。
它能帮你做什么
让 AI 操作你的 Jira / Confluence——查工单、建 issue、读写文档,用对话管理项目和知识库。
能力
- 查询 / 创建 Jira 工单
- 读写 Confluence 页面
装好后,试试这样问 AI
在 Claude / Cursor 等接了这个 server 的客户端里直接说
- ›“把这个 bug 建成 Jira 工单,分配给我”
- ›“这个 sprint 里还有哪些没关闭的工单?”
安装 / 接入
# No npm package — install from source.
# See the repo's README for the exact command:
# https://github.com/atlassian/atlassian-mcp-server以官方 README 为准;env 与参数各 server 不同。
为什么用它
适合:每天要在 Jira 和 Confluence 之间来回倒信息的人,尤其是团队 lead 和 PM。
接入前注意:这是官方实现,认证走 Atlassian 的 OAuth。社区还有一个 sooperset/mcp-atlassian 采用度更高、支持自托管 Server/Data Center 版本,如果你不是云版可以看那个。
相似 / 替代 server
@upstash/context7-mcp
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
n8n-mcp
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflow
codebase-memory-mcp
High-performance code intelligence MCP server. Indexes codebases into a persiste
@github/github-mcp-server
GitHub's official MCP Server
常见问题
支持自托管的 Jira Server / Data Center 吗?
官方这个主要面向 Atlassian Cloud。自托管版本可以看社区的 mcp-atlassian 实现。
AI 会直接改我的 issue 吗?
取决于你授权的 scope。只想让它查,就在 OAuth 授权时只给读权限。