A Docker-based Model Context Protocol server that bridges AI agents with Atlassian tools like Jira and Confluence for automated project management.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install atlassian-mcp
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install atlassian-mcp using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The MCP Atlassian skill provides a robust gateway for programmatic interaction with Jira and other Atlassian services via the Model Context Protocol. By running this server within a Docker container, developers can grant their AI agents the ability to query issues, manage project boards, and search through Confluence documentation. As part of the Openclaw Skills ecosystem, this tool simplifies the complexity of enterprise API integrations, making it easier to build intelligent workflows around project management data.
To deploy this skill from the Openclaw Skills collection, pull the official Docker image and run it with your Atlassian 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
For faster deployment, you can use the bundled runner script:
JIRA_API_TOKEN=your_token bash scripts/run_mcp_atlassian.sh
The skill organizes connectivity and authentication data using standard environment variables and maps Atlassian entities to MCP resources:
| Variable | Description |
|---|---|
| JIRA_URL | Your specific Atlassian instance URL. |
| JIRA_USERNAME | The email address associated with your Jira account. |
| JIRA_API_TOKEN | The API token generated in your Atlassian Security settings. |
| Resource Mapping | Maps Jira tickets, projects, and Confluence pages to MCP-accessible URIs. |
Loading
A robust command-line interface for translating text, files, and code catalogs using various AI providers and custom prompt templates.

A cross-platform command-line tool for professional speech-to-text transcription powered by multiple leading AI providers.

A powerful macOS command-line utility for capturing audio, screen recordings, screenshots, and camera input, optimized for terminal-based AI agents.

A multi-modal search engine for AI agents to discover, match, and load specialized capabilities through keyword, semantic, or LLM-powered matching.

A comprehensive toolset to control the Niri Wayland compositor via IPC, enabling window management, workspace navigation, and event streaming.

A powerful integration that delegates complex coding, refactoring, and codebase exploration tasks to the Claude Code CLI.








































