在 Docker 中运行模型上下文协议 (MCP) Atlassian 服务器,从而实现与 Jira、Confluence 和其他 Atlassian 产品的集成。当您需要查询 Jira 问题、搜索 Confluence 或以编程方式与 Atlassian 服务交互时使用。需要 Docker 和有效的 Jira API 凭据。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install atlassian-mcp或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install atlassian-mcp⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/atlassian-mcp/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: mcp-atlassian description: Run the Model Context Protocol (MCP) Atlassian server in Docker, enabling integration with Jira, Confluence, and other Atlassian products. Use when you need to query Jira issues, search Confluence, or interact with Atlassian services programmatically. Requires Docker and valid Jira API credentials. ---
The MCP Atlassian server provides programmatic access to Jira and other Atlassian services through the Model Context Protocol. Run it in Docker with your Jira credentials to query issues, manage projects, and interact with Atlassian tools.
Pull and run the container with your Jira credentials:
docker pull ghcr.io/sooperset/mcp-atlassian:latest
docker run --rm -i \
-e JIRA_URL=https://your-company.atlassian.net \
-e [email protected] \
-e JIRA_API_TOKEN=your_api_token \
ghcr.io/sooperset/mcp-atlassian:latest
With script (faster):
Run the bundled script with your API token:
JIRA_API_TOKEN=your_token bash scripts/run_mcp_atlassian.sh
https://company.atlassian.net)Once running, the MCP server exposes Jira tools for use. Reference the container as an MCP source in your Clawdbot config to query issues, create tasks, or manage Jira directly from your agent.
安装 Atlassian MCP(Jira、Confluence) 后,可以对 AI 说这些话来触发它
Help me get started with Atlassian MCP (Jira, Confluence)
Explains what Atlassian MCP (Jira, Confluence) does, walks through the setup, and runs a quick demo based on your current project
Use Atlassian MCP (Jira, Confluence) to run the Model Context Protocol (MCP) Atlassian server in Docker, en...
Invokes Atlassian MCP (Jira, Confluence) with the right parameters and returns the result directly in the conversation
What can I do with Atlassian MCP (Jira, Confluence) in my product manager workflow?
Lists the top use cases for Atlassian MCP (Jira, Confluence), with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/atlassian-mcp/ 目录(个人级,所有项目可用),或 .claude/skills/atlassian-mcp/(项目级)。重启 AI 客户端后,用 /atlassian-mcp 主动调用,或让 AI 根据上下文自动发现并使用。
Atlassian MCP(Jira、Confluence) 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Atlassian MCP(Jira、Confluence) 可免费安装使用。请查阅仓库了解许可证信息。
在 Docker 中运行模型上下文协议 (MCP) Atlassian 服务器,从而实现与 Jira、Confluence 和其他 Atlassian 产品的集成。当您需要查询 Jira 问题、搜索 Confluence 或以编程方式与 Atlassian 服务交互时使用。需要 Docker 和有效的 Jira API 凭据。
Atlassian MCP(Jira、Confluence) 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using Atlassian MCP (Jira, Confluence)
Identifies repetitive steps in your workflow and sets up Atlassian MCP (Jira, Confluence) to handle them automatically