skills$openclaw/mcp-atlassian
atakanermis1.8k

by atakanermis

mcp-atlassian – OpenClaw Skill

mcp-atlassian is an OpenClaw Skills integration for planning workflows. 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.

1.8k stars977 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026planning

Skill Snapshot

namemcp-atlassian
descriptionRun 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. OpenClaw Skills integration.
owneratakanermis
repositoryatakanermis/atlassian-mcp
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @atakanermis/atlassian-mcp
last updatedFeb 7, 2026

Maintainer

atakanermis

atakanermis

Maintains mcp-atlassian in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
run_mcp_atlassian.sh
740 B
_meta.json
302 B
SKILL.md
1.7 KB
SKILL.md

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.

MCP Atlassian

Overview

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.

Quick Start

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 JIRA_USERNAME=your.email@company.com \
  -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

Environment Variables

  • JIRA_URL: Your Atlassian instance URL (e.g., https://company.atlassian.net)
  • JIRA_USERNAME: Your Jira email address
  • JIRA_API_TOKEN: Your Jira API token (create in Account Settings → Security)

Using MCP Atlassian with Clawdbot

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.

Resources

scripts/

  • run_mcp_atlassian.sh - Simplified runner script with credential handling
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install mcp-atlassian?

Run openclaw add @atakanermis/atlassian-mcp in your terminal. This installs mcp-atlassian into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/atakanermis/atlassian-mcp. Review commits and README documentation before installing.