atlassian-mcp

Integrate Atlassian Jira and Confluence operations through an MCP server.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/enigmaicon-eng/AI-Enterprise-OS --skill atlassian-mcp-enigmaicon-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atlassian-mcp
Source: https://github.com/enigmaicon-eng/AI-Enterprise-OS/tree/main/examples/claude-skills/skills/atlassian-mcp
Command: npx skills add https://github.com/enigmaicon-eng/AI-Enterprise-OS --skill atlassian-mcp-enigmaicon-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the friction of manually working across Jira and Confluence by providing a structured way to query, create, and update work using the MCP protocol while respecting permissions and safe write practices.

Core Features & Use Cases

  • Jira issue workflows: Query issues with JQL, validate results before bulk actions, update fields, add comments, and manage sprint/backlog operations.
  • Confluence page workflows: Search and edit Confluence content with CQL, create/update pages and spaces, and sync documentation using consistent storage formats.
  • MCP integration & security: Configure MCP server authentication (OAuth 2.1, API tokens, or PAT depending on server), handle pagination/rate limits, and implement production-safe guardrails (read-only probes, confirmation before writes).

Quick Start

Configure your MCP Atlassian server credentials and then ask the AI to query Jira with a specific JQL filter to fetch the exact issues you want.

Frequently Asked Questions about atlassian-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Jira issue updates using JQL through an MCP server?

You can automate Jira issue updates by configuring an MCP server to query issues with JQL, validate the returned results, and apply bulk field updates or comments. This workflow requires setting up safe authentication and verifying permissions before executing any write operations.

Can I search and edit Confluence pages using CQL with MCP integration?

Yes, you can search and edit Confluence pages using CQL through an MCP server integration. This allows you to retrieve specific content, create or update pages, and synchronize documentation using consistent storage formats while respecting enterprise permissions.

What authentication methods are supported for Atlassian MCP server configuration?

Atlassian MCP server configuration supports OAuth 2.1, API tokens, or Personal Access Tokens (PAT) depending on your specific server setup. You must configure these credentials safely and verify permissions before querying Jira or Confluence.

How do I handle rate limits and pagination when querying Jira issues via MCP?

When querying Jira issues via MCP, you handle rate limits and pagination by implementing deterministic error recovery logic within your workflow. This ensures query validation and safe handling of large result sets during enterprise project tracking automation.

What production safeguards are needed before writing updates to Jira or Confluence?

Production safeguards for writing to Jira or Confluence include running read-only probes and requiring explicit confirmation before executing any write actions. These guardrails prevent accidental data modification during sprint, backlog, or documentation synchronization operations.