atlassian-mcp — community atlassian-mcp, orient, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Coding Agents like Cursor or Claude Code requiring direct access to JIRA and Confluence data through the Atlassian MCP Server Orient - AI Agent Platform

orient-bot orient-bot
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The atlassian-mcp skill by orient-bot is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Ideal for Coding Agents like Cursor or Claude Code requiring direct access to JIRA and Confluence data through the Atlassian MCP Server

Core Value

Empowers agents to access Atlassian data directly using the MCP protocol, enabling seamless integration with JIRA and Confluence for enhanced project management and collaboration capabilities

Capabilities Granted for atlassian-mcp

Automating JIRA issue tracking and updates
Generating Confluence documentation from project data
Debugging Atlassian integrations using MCP server logs

! Prerequisites & Limits

  • Requires Atlassian MCP Server configuration
  • Specifically designed for Cursor or Claude Code agents
  • Needs access to ~/.cursor/mcp.json configuration file
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

atlassian-mcp

Install atlassian-mcp, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Atlassian MCP Server for JIRA

The Atlassian MCP Server provides direct access to JIRA and Confluence from coding agents. This is the supported way to access Atlassian data from Cursor or Claude Code.

Setup

In Cursor

The Atlassian MCP Server is already configured globally. To enable it:

  1. Open Cursor Settings
  2. Go to Tools & MCP
  3. Enable "Atlassian-MCP-Server"

Configuration location: ~/.cursor/mcp.json

json
1{ 2 "mcpServers": { 3 "Atlassian-MCP-Server": { 4 "url": "https://mcp.atlassian.com/v1/sse" 5 } 6 } 7}

In Claude Code

Add to your Claude Code MCP settings:

json
1{ 2 "mcpServers": { 3 "Atlassian-MCP-Server": { 4 "url": "https://mcp.atlassian.com/v1/sse" 5 } 6 } 7}

Available Tools

When enabled, the Atlassian MCP Server provides these tools:

Issue Operations

ToolDescription
mcp_Atlassian_getJiraIssueGet details of a specific issue
mcp_Atlassian_createJiraIssueCreate a new issue
mcp_Atlassian_editJiraIssueUpdate an existing issue
mcp_Atlassian_transitionJiraIssueChange issue status
mcp_Atlassian_searchJiraIssuesUsingJqlSearch issues with JQL

Comments

ToolDescription
mcp_Atlassian_addCommentToJiraIssueAdd a comment to an issue
mcp_Atlassian_getJiraIssueCommentsGet comments from an issue

Confluence (if enabled)

ToolDescription
mcp_Atlassian_createConfluencePageCreate a Confluence page
mcp_Atlassian_getConfluencePageGet a Confluence page
mcp_Atlassian_searchConfluenceSearch Confluence

Common Patterns

Get Issue Details

Use mcp_Atlassian_getJiraIssue with issueKey: "PROJ-123"

Search for Issues

Use mcp_Atlassian_searchJiraIssuesUsingJql with:
  jql: "project = YOUR_PROJECT AND component = 'YOUR_COMPONENT' AND status = 'In Progress'"

Create an Issue

Use mcp_Atlassian_createJiraIssue with:
  project: "YOUR_PROJECT"
  issueType: "Story"
  summary: "Implement new feature"
  description: "Description of the feature"
  components: ["YOUR_COMPONENT"]

Transition Issue Status

Use mcp_Atlassian_transitionJiraIssue with:
  issueKey: "PROJ-123"
  transition: "In Progress"

Add Comment

Use mcp_Atlassian_addCommentToJiraIssue with:
  issueKey: "PROJ-123"
  comment: "Started working on this issue"

JQL Quick Reference

Common JQL queries for the Orient Task Force:

jql
1# All issues for YOUR_COMPONENT 2project = YOUR_PROJECT AND component = "YOUR_COMPONENT" 3 4# In Progress issues 5project = YOUR_PROJECT AND component = "YOUR_COMPONENT" AND status = "In Progress" 6 7# Blockers 8project = YOUR_PROJECT AND component = "YOUR_COMPONENT" AND (priority = Blocker OR labels = blocked) 9 10# Recent issues (last 7 days) 11project = YOUR_PROJECT AND component = "YOUR_COMPONENT" AND created >= -7d 12 13# My issues 14project = YOUR_PROJECT AND component = "YOUR_COMPONENT" AND assignee = currentUser() 15 16# Sprint issues 17project = YOUR_PROJECT AND component = "YOUR_COMPONENT" AND sprint in openSprints()

Troubleshooting

"Tool not found" Error

Make sure the Atlassian MCP Server is enabled in your IDE settings. The tools won't appear until the server is connected.

Authentication Issues

The Atlassian MCP Server uses OAuth. If you're not authenticated:

  1. The tool will prompt you to authenticate
  2. Follow the OAuth flow in your browser
  3. Grant the necessary permissions

Rate Limits

The Atlassian MCP Server is subject to Atlassian's rate limits. If you hit limits:

  • Reduce query frequency
  • Use more specific JQL to reduce result sets
  • Cache results when appropriate

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is atlassian-mcp?

Ideal for Coding Agents like Cursor or Claude Code requiring direct access to JIRA and Confluence data through the Atlassian MCP Server Orient - AI Agent Platform

How do I install atlassian-mcp?

Run the command: npx killer-skills add orient-bot/orient/atlassian-mcp. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for atlassian-mcp?

Key use cases include: Automating JIRA issue tracking and updates, Generating Confluence documentation from project data, Debugging Atlassian integrations using MCP server logs.

Which IDEs are compatible with atlassian-mcp?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for atlassian-mcp?

Requires Atlassian MCP Server configuration. Specifically designed for Cursor or Claude Code agents. Needs access to ~/.cursor/mcp.json configuration file.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add orient-bot/orient/atlassian-mcp. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use atlassian-mcp immediately in the current project.

Related Skills

Looking for an alternative to atlassian-mcp or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI