mcp-atlassian

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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "mcp-atlassian" with this command: npx skills add atakanermis/atlassian-mcp

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

GitHub Monitor

Monitor one or more GitHub repositories and send low-noise alerts with configurable policy modes (major_only, balanced, verbose). Use when setting up recurri...

Registry SourceRecently Updated
Coding

DevOps Bridge

Unified developer operations bridge connecting GitHub, CI/CD (GitHub Actions), Slack, Discord, and issue trackers (Linear, Jira, GitHub Issues) into cross-to...

Registry SourceRecently Updated
Coding

Google Keep

Read, create, edit, search, and manage Google Keep notes and lists via CLI.

Registry SourceRecently Updated
Coding

Task Panner Validator for Agents

Provides secure task planning, validation, approval, and execution for AI agents with safety checks, rollback, dry runs, and error handling using pure Python.

Registry SourceRecently Updated