atlassian-mcp

Solid

Use the Atlassian MCP Server to interact with JIRA from coding agents (Cursor, Claude Code). This skill documents how to use the official Atlassian MCP server for JIRA and Confluence operations. Enable this MCP server in your Cursor/Claude Code settings for JIRA access.

AI & Automation 364 stars 68 forks Updated today MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
85
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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 { "mcpServers": { "Atlassian-MCP-Server": { "url": "https://mcp.atlassian.com/v1/sse" } } } ``` ### In Claude Code Add to your Claude Code MCP settings: ```json { "mcpServers": { "Atlassian-MCP-Server": { "url": "https://mcp.atlassian.com/v1/sse" } } } ``` ## Available Tools When enabled, the Atlassian MCP Server provides these tools: ### Issue Operations | Tool | Description | | ---------------------------------------- | ------------------------------- | | `mcp_Atlassian_getJiraIssue` | Get details of a specific issue | | `mcp_Atlassian_createJiraIssue` | Create a new issue | | `mcp_Atlassian_editJiraIssue` | Update an existing issue | | `mcp_Atlassian_transitionJiraIssue` | Change issue status | | `mcp_Atlassian_searchJiraIssuesUsingJql` | Search issues with JQL | ### Comments | Tool | Description | | ------------------------...

Details

Author
majiayu000
Repository
majiayu000/claude-skill-registry
Created
5 months ago
Last Updated
today
Language
HTML
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

atlassian-mcp

Use the Atlassian MCP Server to interact with JIRA from coding agents (Cursor, Claude Code). This skill documents how to use the official Atlassian MCP server for JIRA and Confluence operations. Enable this MCP server in your Cursor/Claude Code settings for JIRA access.

43 Updated 3 months ago
diegosouzapw
AI & Automation Solid

atlassian-mcp

Integrates with Atlassian products to manage project tracking and documentation via MCP protocol. Use when querying Jira issues with JQL filters, creating and updating tickets with custom fields, searching or editing Confluence pages with CQL, managing sprints and backlogs, setting up MCP server authentication, syncing documentation, or debugging Atlassian API integrations.

9,537 Updated 1 weeks ago
Jeffallan
AI & Automation Listed

atlassian-mcp

Use when querying Jira issues, searching Confluence pages, creating tickets, updating documentation, or integrating Atlassian tools via MCP protocol.

2 Updated today
zacklecon
AI & Automation Solid

jira-integration

Use this skill when retrieving Jira tickets, analyzing requirements, updating ticket status, adding comments, or transitioning issues. Provides Jira API patterns via MCP or direct REST calls.

201,447 Updated yesterday
affaan-m
AI & Automation Listed

jira

Fetches and optimizes context from a JIRA issue for AI-assisted development. Searches assigned issues or fetches by key. Distills title, description, acceptance criteria, sprint context, and comments into a structured task description. Analyzes the codebase to surface missing criteria, scope, and risks. Optionally enriches the JIRA issue with a structured analysis comment, and for Complex-scope work can spawn implementation tickets in JIRA. Re-running on the same key refreshes the local task with the latest JIRA state instead of overwriting prior enrichment. Use before /optimus:tdd, /optimus:brainstorm, or /optimus:branch to pull task context from JIRA, or to refresh existing context after JIRA edits.

57 Updated today
oprogramadorreal