← Back to Skills Marketplace
atakanermis

Atlassian MCP (Jira, Confluence)

by AtakanErmis · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
4893
Downloads
10
Stars
23
Active Installs
1
Versions
Install in OpenClaw
/install atlassian-mcp
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.
Usage Guidance
Install only if you trust the upstream Docker image and are comfortable exposing selected Jira or Confluence data to an agent. Prefer a dedicated least-privilege Atlassian account or token, pin the Docker image to a reviewed version or digest, avoid putting tokens directly in shell history, and require explicit approval before any Jira create, update, delete, or project-management action.
Capability Analysis
Type: OpenClaw Skill Name: atlassian-mcp Version: 1.0.0 The skill bundle is designed to run a Docker container for Atlassian integration, requiring Jira API credentials. The `SKILL.md` and `scripts/run_mcp_atlassian.sh` clearly define this purpose. The script passes sensitive `JIRA_API_TOKEN` as an environment variable to the Docker container but avoids echoing it to stdout, and uses `docker run --rm` to prevent persistence. There is no evidence of prompt injection, data exfiltration from the host system, or other malicious activities within the analyzed files. The behavior is consistent with its stated purpose.
Capability Assessment
Purpose & Capability
The stated Atlassian MCP purpose matches the artifacts, but the skill describes querying, creating tasks, and managing Jira directly from an agent, which can affect business data and is not limited to read-only or project-scoped use.
Instruction Scope
The instructions explain how to run the MCP server, but they do not set action boundaries, require user confirmation for create/update/manage operations, or discuss rollback or least-privilege usage.
Install Mechanism
The setup pulls and runs ghcr.io/sooperset/mcp-atlassian:latest, an unpinned third-party Docker image whose implementation is not included in the skill while receiving the user's Jira API token.
Credentials
Docker and Jira credentials are expected for this integration, and the script does not echo the API token, but the docs normalize passing the token through environment variables without secret-handling warnings.
Persistence & Privilege
The Docker command uses --rm and shows no host volume mounts, reducing local persistence risk; the main privilege risk is delegated Atlassian account authority through the token.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install atlassian-mcp
  3. After installation, invoke the skill by name or use /atlassian-mcp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the MCP Atlassian skill. - Provides a Dockerized server to access Jira, Confluence, and other Atlassian services through the Model Context Protocol. - Allows querying Jira issues, searching Confluence pages, and interacting programmatically with Atlassian tools. - Supports integration as an MCP source in Clawdbot. - Requires Docker and valid Jira API credentials. - Includes a quick-start guide and a bundled script for easier setup.
Metadata
Slug atlassian-mcp
Version 1.0.0
License
All-time Installs 184
Active Installs 23
Total Versions 1
Frequently Asked Questions

What is Atlassian MCP (Jira, Confluence)?

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. It is an AI Agent Skill for Claude Code / OpenClaw, with 4893 downloads so far.

How do I install Atlassian MCP (Jira, Confluence)?

Run "/install atlassian-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Atlassian MCP (Jira, Confluence) free?

Yes, Atlassian MCP (Jira, Confluence) is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Atlassian MCP (Jira, Confluence) support?

Atlassian MCP (Jira, Confluence) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Atlassian MCP (Jira, Confluence)?

It is built and maintained by AtakanErmis (@atakanermis); the current version is v1.0.0.

💬 Comments