Atlassian MCP Expert
Connect Jira and Confluence through MCP to run JQL/CQL queries, manage tickets, and automate sprint work safely.
AutomationIntermediate★ 11,208⑂ 1,069AI score 8/10Last updated: Aug 7, 2026
What it does
- Guides you through picking and configuring an Atlassian MCP server (official cloud, open-source, or self-hosted) with a ready-to-edit JSON snippet.
- Helps author JQL for Jira and CQL for Confluence, always probing with
maxResults=1before a full run. - Covers OAuth 2.1 / API token / PAT authentication, permission scope verification, rate-limit backoff, pagination, and error recovery.
- Enforces a MUST / MUST NOT checklist: no hardcoded tokens, confirmation prompts before any production write or bulk edit.
Who it's for
- Developers and PMs living in Jira/Confluence who want Claude to fetch, triage, and update issues.
- Platform engineers standing up an Atlassian MCP server for a team and documenting required scopes.
- Anyone tired of manually turning meeting notes into tickets or issue data into wiki docs.
Example uses
- "Show my In Progress issues in the current sprint ordered by priority" → generates and validates the JQL.
- "Find pages in the ENG space mentioning 'deployment runbook' and update the steps" → CQL search plus page edit flow.
- "Set up the npx mcp-atlassian server with tokens from env vars" → returns the mcpServers config and a scope explanation.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/atlassian-mcp/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/atlassian-mcp folder from the GitHub repo Jeffallan/claude-skills into my ~/.claude/skills/atlassian-mcp/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/Jeffallan/claude-skills.git /tmp/claude-skills && mkdir -p ~/.claude/skills && cp -r /tmp/claude-skills/skills/atlassian-mcp ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/Jeffallan/claude-skills.git - Create the skills directory:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r claude-skills/skills/atlassian-mcp ~/.claude/skills/ - Confirm the
references/folder came along — most of the depth lives there. - Create Atlassian API tokens and export them as
JIRA_API_TOKENandCONFLUENCE_API_TOKENenvironment variables (never hardcode them). - Restart Claude Code and try a prompt like "list my open Jira issues" to trigger the skill.
View source on GitHub ↗License: MIT