CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
atlassian avatar

Atlassian Mcp Server

atlassian/atlassian-mcp-server
77424 toolsHTTP, SSEregistry active
Summary

The Atlassian Rovo MCP Server provides a secure bridge enabling external tools and AI platforms to interact with Jira, Compass, and Confluence data in real-time through OAuth 2.1 or API token authentication. It offers capabilities to summarize and search Atlassian content, create and update issues or pages via natural language commands, and automate workflows like ticket generation from meeting notes. The server integrates with multiple clients including Claude, ChatGPT, GitHub Copilot CLI, and VS Code, solving the context-switching problem for developers and teams who need to work with Atlassian data while staying within their IDE or AI platform.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →

Tools

Public tool metadata for what this MCP can expose to an agent.

24 tools
createIssueCreate a new issue in Jira7 params

Create a new issue in Jira

Parameters* required
assigneestring
Assignee username
descriptionstring
Issue description
issueTypestring
Issue type (e.g., Bug, Task, Story)default: Task
labelsarray
Labels for the issue
prioritystring
Priority (e.g., High, Medium, Low)
projectKeystring
Project key (e.g., PROJ)
summarystring
Issue summary
updateIssueUpdate information of a Jira issue6 params

Update information of a Jira issue

Parameters* required
customFieldsobject
Custom fields to update
descriptionstring
New description of the issue
issueIdOrKeystring
ID or key of the issue to update (e.g., PROJ-123)
labelsarray
New labels for the issue
prioritystring
New priority (e.g., High, Medium, Low)
summarystring
New summary of the issue
transitionIssueTransition the status of a Jira issue3 params

Transition the status of a Jira issue

Parameters* required
commentstring
Comment when performing the transition
issueIdOrKeystring
ID or key of the issue (e.g., PROJ-123)
transitionIdstring
ID of the transition to apply
assignIssueAssign a Jira issue to a user2 params

Assign a Jira issue to a user

Parameters* required
accountIdstring
Account ID of the assignee (leave blank to unassign)
issueIdOrKeystring
ID or key of the issue (e.g., PROJ-123)
createFilterCreate a new filter in Jira4 params

Create a new filter in Jira

Parameters* required
descriptionstring
Filter description
favouriteboolean
Mark as favourite
jqlstring
JQL query for the filter
namestring
Filter name
updateFilterUpdate an existing filter in Jira5 params

Update an existing filter in Jira

Parameters* required
descriptionstring
New description
favouriteboolean
Mark as favourite
filterIdstring
Filter ID to update
jqlstring
New JQL query
namestring
New filter name
deleteFilterDelete a filter in Jira1 params

Delete a filter in Jira

Parameters* required
filterIdstring
Filter ID to delete
createSprintCreate a new sprint in Jira5 params

Create a new sprint in Jira

Parameters* required
boardIdstring
Board ID
endDatestring
End date (ISO format)
goalstring
Sprint goal
namestring
Sprint name
startDatestring
Start date (ISO format)
startSprintStart a Jira sprint4 params

Start a Jira sprint

Parameters* required
endDatestring
End date (ISO 8601)
goalstring
Sprint goal
sprintIdstring
Sprint ID
startDatestring
Start date (ISO 8601)
closeSprintClose a Jira sprint2 params

Close a Jira sprint

Parameters* required
completeDatestring
Complete date (ISO 8601, optional, e.g. 2025-05-10T12:45:00.000+07:00)
sprintIdstring
Sprint ID
addIssuesToBacklogMove issue(s) to Jira backlog (POST /rest/agile/1.0/backlog/issue or /rest/agile/1.0/backlog/{boardId}/issue)2 params

Move issue(s) to Jira backlog (POST /rest/agile/1.0/backlog/issue or /rest/agile/1.0/backlog/{boardId}/issue)

Parameters* required
boardIdstring
Board ID (optional). If provided, issues will be moved to the backlog of this board.
issueKeysvalue
Issue key(s) to move to backlog. Accepts a single issue key (e.g. "PROJ-123") or an array of issue keys (e.g. ["PROJ-123", "PROJ-124"]).
rankBacklogIssuesRank issues in Jira backlog4 params

Rank issues in Jira backlog

Parameters* required
boardIdstring
Board ID
issueKeysarray
List of issue keys to rank
rankAfterIssuestring
Rank after this issue key
rankBeforeIssuestring
Rank before this issue key
createDashboardCreate a new Jira dashboard3 params

Create a new Jira dashboard

Parameters* required
descriptionstring
Dashboard description
namestring
Dashboard name
sharePermissionsarray
Share permissions array
updateDashboardUpdate a Jira dashboard4 params

Update a Jira dashboard

Parameters* required
dashboardIdstring
Dashboard ID
descriptionstring
Dashboard description
namestring
Dashboard name
sharePermissionsarray
Share permissions array
addGadgetToDashboardAdd gadget to Jira dashboard (POST /rest/api/3/dashboard/{dashboardId}/gadget)6 params

Add gadget to Jira dashboard (POST /rest/api/3/dashboard/{dashboardId}/gadget)

Parameters* required
colorstring
Gadget color. Must be one of: blue, red, yellow, green, cyan, purple, gray, white.one of blue · red · yellow · green · cyan · purple
dashboardIdstring
Dashboard ID
moduleKeystring
Gadget moduleKey (recommended, e.g. "com.atlassian.plugins.atlassian-connect-plugin:sample-dashboard-item"). Only one of moduleKey or uri should be provided.
positionobject
Position of the gadget on the dashboard (optional)
titlestring
Gadget title (optional)
uristring
Gadget URI (legacy, e.g. "/rest/gadgets/1.0/g/com.atlassian.jira.gadgets:filter-results-gadget/gadgets/filter-results-gadget.xml"). Only one of moduleKey or uri should be provided.
removeGadgetFromDashboardRemove gadget from Jira dashboard2 params

Remove gadget from Jira dashboard

Parameters* required
dashboardIdstring
Dashboard ID
gadgetIdstring
Gadget ID
createPageCreate a new page in Confluence (API v2, chỉ hỗ trợ spaceId)4 params

Create a new page in Confluence (API v2, chỉ hỗ trợ spaceId)

Parameters* required
contentstring
Content of the page (required, must be in Confluence storage format - XML-like HTML). - Plain text or markdown is NOT supported (will throw error). - Only XML-like HTML tags, Confluence macros (<a...
parentIdstring
Parent page ID (required, must specify the parent page to create a child page)
spaceIdstring
Space ID (required, must be the numeric ID from API v2, NOT the key like TX, DEV, ...)
titlestring
Title of the page (required)
updatePageUpdate the content and information of a Confluence page4 params

Update the content and information of a Confluence page

Parameters* required
contentstring
New content of the page (Confluence storage format only, XML-like HTML). - Plain text or markdown is NOT supported (will throw error). - Only XML-like HTML tags, Confluence macros (<ac:structured-...
pageIdstring
ID of the page to update
titlestring
New title of the page
versionnumber
Current version number of the page (required to avoid conflicts)
addCommentAdd a comment to a Confluence page2 params

Add a comment to a Confluence page

Parameters* required
contentstring
Content of the comment (Confluence storage format, XML-like HTML)
pageIdstring
ID of the page to add a comment to
deletePageDelete a Confluence page (API v2)3 params

Delete a Confluence page (API v2)

Parameters* required
draftboolean
Delete draft version if true
pageIdstring
ID of the page to delete (required)
purgeboolean
Permanently delete (purge) if true
updatePageTitleUpdate the title of a Confluence page (API v2)3 params

Update the title of a Confluence page (API v2)

Parameters* required
pageIdstring
ID of the page to update the title (required)
titlestring
New title of the page (required)
versionnumber
New version number (required, must be exactly one greater than the current version)
updateFooterCommentUpdate a footer comment in Confluence (API v2)5 params

Update a footer comment in Confluence (API v2)

Parameters* required
commentIdstring | number
ID of the comment to update (required)
messagestring
Update message (optional)
representationstring
Content representation, default is "storage"
valuestring
New content of the comment (required)
versionnumber
New version number (required, must be exactly one greater than the current version)
deleteFooterCommentDelete a footer comment in Confluence (API v2)1 params

Delete a footer comment in Confluence (API v2)

Parameters* required
commentIdstring | number
ID of the comment to delete (required)
addIssueToSprintAdd issues to a Jira sprint (POST /rest/agile/1.0/sprint/{sprintId}/issue)2 params

Add issues to a Jira sprint (POST /rest/agile/1.0/sprint/{sprintId}/issue)

Parameters* required
issueKeysarray
List of issue keys to move to the sprint (max 50)
sprintIdstring
Target sprint ID (must be future or active)

Atlassian

Atlassian MCP Server

The official Model Context Protocol (MCP) server for Atlassian: a cloud-hosted bridge that gives your AI tools secure, real-time access to Jira, Confluence, Jira Service Management, Bitbucket, Compass, Loom, and the wider Atlassian platform — powered by your Teamwork Graph.

Official Atlassian Server GitHub stars License: Apache 2.0 Status: Generally Available

Model Context Protocol compatible MCP Registry: com.atlassian Auth: OAuth 2.1 or API token Hosting: Atlassian Cloud

Jira Confluence Jira Service Management Bitbucket Loom Compass Rovo

Getting started · Supported tools · Security & admin · Community


The official Atlassian MCP Server is a cloud-based bridge between your Atlassian Cloud site and compatible external tools. Once configured, it enables those tools to interact with Jira, Confluence, Jira Service Management, Bitbucket, Compass, Loom, and Atlassian platform data (Projects, Goals, Teams, Focus, Talent, and the Teamwork Graph) in real time. Authentication uses OAuth 2.1 or API tokens, so every action respects the user's existing access controls.

With the Atlassian MCP Server, you can:

  • Summarize and search Jira, Jira Service Management, Confluence, Bitbucket, Projects, Goals, and more without switching tools.
  • Retrieve and review recordings of videos and meetings from Loom.
  • Create and update work items or pages based on natural language commands.
  • Automate repetitive work, like generating work items from meeting notes or specs.

Connect once, then describe what you want — no tab switching and no copy-pasting. Your AI selects and runs the right actions.

It's built for developers, content creators, and project teams who work in IDEs or AI tools and want to use Atlassian data without constantly switching context.

[!IMPORTANT] v2 is now the recommended version. New setups should use https://mcp.atlassian.com/v2/mcp, which exposes more tools and more products. Existing v1 connections automatically start to expose and use v2 tools; incompatible clients may need to clear cached client IDs or .well-known credentials to keep authenticating. For setup steps, see Getting started with the Atlassian MCP Server.

One-click setup

Pick your AI client below to install the official Atlassian MCP Server. Each button uses your client's native install link, so you don't need to edit any JSON config by hand.

Add to Cursor
Add to Cursor

Reference issues and log work in your codebase.
Add to VS Code
Add to VS Code

Search and create Jira issues via GitHub Copilot.
Add to ChatGPT
Add to ChatGPT

Search, summarize, and create right from ChatGPT.
Add to Claude
Add to Claude

Bring Jira and Confluence into Claude workflows.

Let your agent do the setup

Most AI coding agents can install, authenticate, and configure the server themselves. Copy and paste this prompt into your agent:

Set up Atlassian MCP for this agent using the official setup guide at
https://support.atlassian.com/atlassian-rovo-mcp-server/docs/getting-started-with-the-atlassian-remote-mcp-server/
and the MCP server URL https://mcp.atlassian.com/v2/mcp. Then start the Atlassian MCP
authentication flow so I can sign in.

Or add the server manually with your client's own command:

ClientCommand or configuration
Claude Codeclaude mcp add --transport http atlassian https://mcp.atlassian.com/v2/mcp, then run /mcp in a session to authenticate
Codexcodex mcp add atlassian --url https://mcp.atlassian.com/v2/mcp
Claude DesktopSettings → Extensions → Browse extensions → Plugins, then search for Atlassian
Codex DesktopPlugins or Connectors, then install Atlassian Rovo
VS Code / GitHub CopilotExtensions view → search @mcp Atlassian → Install
CursorAtlassian plugin for Cursor with MCP → Add to Cursor
WindsurfCascade → MCP servers → Add Server → Add custom server, with serverUrl set to https://mcp.atlassian.com/v2/mcp
Any other MCP clientUse the server URL https://mcp.atlassian.com/v2/mcp

Contents

  • One-click setup
  • Supported clients
  • Plugin packaging and compatibility
  • Supported products and tools
  • How the server exposes tools
  • MCP gateways
  • Before you start
  • Data and security
  • How it works
  • Example workflows
  • Tips and tricks
  • Admin notes: managing access
  • Security
  • Support and feedback
  • Disclaimer

Supported clients

The Atlassian MCP Server works with a growing list of MCP-compatible clients:

ClientSetup reference
OpenAI ChatGPTConnectors / MCP guide
OpenAI Codex (CLI and Desktop)Codex MCP docs
Claude (Claude.ai, Desktop, and Code)Claude MCP docs
CursorAtlassian on the Cursor marketplace
Visual Studio Code (GitHub Copilot)VS Code MCP docs
GitHub Copilot CLIAbout Copilot CLI
Google Gemini CLIGemini CLI MCP docs
WindsurfWindsurf MCP docs
DockerDocker MCP Catalog and Toolkit
Kiro and other Agent Plugins clientsKiro Powers documentation
Amazon Quick SuiteMCP integration guide

The Atlassian MCP Server also supports any local MCP-compatible client that can run on localhost and connect to the server via the mcp-remote proxy. This enables custom or third-party integrations that follow the MCP specification.

[!TIP] For the current, canonical list of supported clients and step-by-step setup, see Getting started with the Atlassian MCP Server. You can also refer to your client's own MCP documentation or built-in assistant.


Plugin packaging and compatibility

This repository publishes the same MCP server and skills in several package formats so clients can use their native discovery and installation flows:

FormatManifest and configurationShared components
Agent Plugins v1plugin.json and mcp.jsonskills/
Claude Code plugin.claude-plugin/plugin.json and .claude-plugin/marketplace.json.mcp.json and skills/
Cursor plugin.cursor-plugin/plugin.json.mcp.json and skills/
Gemini extensiongemini-extension.jsonMCP server configuration embedded in the manifest
MCP Registryserver.jsonRemote server metadata

The skills in skills/ target the /v2/mcp endpoint and are what every packaged plugin installs. The previous generation is archived in skills/v1/ for anyone still on a v1 endpoint; it is not installed by any plugin and is set up manually. See skills/README.md for the differences.

Both mcp.json and .mcp.json are intentional. Agent Plugins requires the root mcp.json filename and its portable transport vocabulary; existing clients continue to use .mcp.json and their native configuration vocabulary. Keep their endpoint settings aligned when changing either file.

The root package can be imported by clients that implement Agent Plugins, including Kiro Powers. Client-specific manifests remain available and are not replaced by the portable package.


Supported products and tools

Tools are organized by product and intent (read, write, search, delete, or manage). Organization admins grant or revoke access at the permission-group level, and each tool inherits the access of its parent group.

ProductPermission groupsOAuth 2.1API token
Jiraread_jira · write_jira · search_jira✅✅
Jira (admin-enabled)delete_jira · manage_jira✅✅
Confluenceread_confluence · write_confluence · search_confluence✅✅
Bitbucket Cloudread_bitbucket · write_bitbucket✅✅
Jira Service Managementread_jsm · write_jsm—✅ (only)
Atlassian platformread_teamwork_graph · write_teamwork_graph · search_atlassian✅✅
Loomread_loom · write_loom✅✅
Goalsread_goals · write_goals✅✅
Projectsread_projects · write_projects✅✅
Teamsread_teams · write_teams✅✅
Focusread_focus · write_focus✅✅
Talentread_talent · write_talent✅✅
Compassread_compass · write_compass✅ (only)—

Product-specific conditions:

  • delete_jira and manage_jira are disabled by default and must be enabled by an admin before they can be used.
  • Bitbucket Cloud tools are only available if your Bitbucket workspace is linked to an organization. Workspaces that aren't linked to an organization can't be selected when authenticating.
  • Jira Service Management tools only support authentication via API token, and are only available if an organization admin has enabled API token authentication.
  • Loom tools are only available for Loom workspaces linked to an Atlassian site.
  • Teamwork Graph tools can retrieve data from third-party services connected to Jira, such as linked pull requests, builds, and deployments. For GitHub for Atlassian, full access means tools retrieve GitHub data based on the user's GitHub permissions, while limited access means they retrieve data based on the user's Jira permissions. Azure DevOps, GitLab, Jenkins, and Spinnaker connectors follow the limited access model.

[!NOTE] For the complete, current tool reference, including the required scope for each permission group, see Supported tools.


How the server exposes tools

Rather than sending every tool definition to the AI client at connection time, the Atlassian MCP Server exposes a small set of the most-used tools and lets the client discover the rest on demand. Tools marked Primary are visible directly to agents.

This has two benefits:

  • Your client's context stays free for the task at hand instead of being filled with tool definitions.
  • New tools become available without the client needing to reconnect.

MCP gateways

If you're using an MCP gateway, or otherwise need every tool available up front rather than using the discovery and execute methods, use the tools=all override to expose all tools as a paginated flat tool list:

https://mcp.atlassian.com/v2/mcp?tools=all

Before you start

Check that your environment meets these requirements before you set up the server.

Prerequisites

The requirements depend on how you connect:

For supported clients
  • An Atlassian Cloud site with one or more of Jira, Confluence, Jira Service Management, Bitbucket, or Compass
  • Access to the client of choice
  • A modern browser to complete the OAuth 2.1 authorization flow, or API token credentials for headless authentication

If your organization admin has disabled authentication via API token, MCP clients can't connect with a token and need to use OAuth 2.1 instead.

For IDEs or local clients (desktop setup)
  • An Atlassian Cloud site with one or more supported products
  • A supported IDE (for example, Claude Desktop, VS Code, or Cursor) or a custom MCP-compatible client
  • Node.js v18+ installed to run the local MCP proxy (mcp-remote)
  • A modern browser for completing OAuth login, or API token credentials for headless authentication

Data and security

The server enforces several security controls:

  • All traffic is encrypted in transit over HTTPS (TLS 1.2 or later), per Atlassian's security practices.
  • OAuth 2.1 and API token authentication provide secure access control.
  • Data access respects user permissions across every connected Atlassian product, including Jira, Confluence, Jira Service Management, Bitbucket, Compass, and Loom.
  • If your organization uses IP allowlisting for Atlassian Cloud products, tool calls made through the Atlassian MCP Server also honor those IP rules.

For a deeper overview of the security model and admin controls, see:

  • Understand Atlassian MCP Server
  • Control Atlassian MCP Server settings

How it works

Architecture and communication

  1. A supported client connects to the server endpoint. The recommended endpoint for all clients is:

    https://mcp.atlassian.com/v2/mcp
    

    The v1 endpoints (https://mcp.atlassian.com/v1/mcp/authv2 and https://mcp.atlassian.com/v1/mcp) remain supported, and existing v1 connections automatically start to expose and use v2 tools.

  2. Depending on your setup, a secure browser-based OAuth 2.1 flow is triggered, or API token authentication is used.

  3. Once authorized, the client streams contextual data and receives real-time responses from your connected Atlassian products.

[!WARNING] After 30 June 2026, the legacy Server-Sent Events endpoint (https://mcp.atlassian.com/v1/sse) will no longer be supported. Update any custom clients configured to use /sse so they point to /mcp — preferably https://mcp.atlassian.com/v2/mcp.

[!NOTE] Clients that can't complete authentication after the move to v2 tools may need to clear cached client IDs or .well-known credentials.

Permission management

Access is granted only to data that the user already has permission to view in Atlassian Cloud. All actions respect existing project or space-level roles. OAuth and API token authentication both honor configured scopes and Atlassian permissions.

API token authentication (headless)

API token authentication is available for headless, service-style, or non-interactive client setups (for example, backend systems or automations). It is also required for Jira Service Management tools.

Two mechanisms are supported:

MechanismHeader
Personal API token (Basic auth)Authorization: Basic <base64(email:api_token)>
Service account API key (Bearer token)Authorization: Bearer <api_key>
  • Admin enablement required: An organization admin must enable API token authentication for the Atlassian MCP Server (Atlassian Administration → Rovo → Rovo MCP server → Authentication).
  • Scoped token required: Create a personal API token, or ask your admin for a service account API key, with the scopes required for the tools and data you need to access.
  • Configuration guide: Configure authentication via API token
  • Admin setting reference: Control Atlassian MCP Server settings: Configure authentication

Example workflows

Once connected, you can run tasks like these from your client.

Jira workflows

  • Search: "Find all open bugs in Project Alpha."
  • Create/update: "Create a story titled 'Redesign onboarding'."
  • Bulk create: "Make five Jira issues from these notes."

Confluence workflows

  • Summarize: "Summarize the Q2 planning page."
  • Create: "Create a page titled 'Team Goals Q3'."
  • Navigate: "What spaces do I have access to?"

Compass workflows

  • Create: "Create a service component based on the current repository."
  • Bulk create: "Import components and custom fields from this CSV/JSON."
  • Query: "What depends on the api-gateway service?"

Loom workflows

  • Retrieve: "Find the Loom recording of last week's design review."
  • Summarize: "Summarize this Loom walkthrough and list the action items."

Projects and Goals workflows

  • Status: "What's the current status of the Checkout Revamp project?"
  • Roll up: "Which goals are at risk this quarter, and why?"

Combined tasks

  • Link content: "Link these three Jira work items to the 'Release Plan' page."
  • Find documentation: "Fetch the Confluence documentation page linked to this Compass component."
  • Move work forward: "Move PROJ-456 to 'In Review' and add a comment that the PR is up."

[!NOTE] Actual capabilities vary depending on your permission level and client platform.


Tips and tricks

Set default CloudId, Jira project, and Confluence space

Update your AGENTS.md with the Markdown below to reduce discovery tool calls, save time and tokens, and set maximum search results.

## Atlassian MCP

When connected to atlassian-rovo-mcp:
- **MUST** use Jira project key = YOURPROJ
- **MUST** use Confluence spaceId = "123456"
- **MUST** use cloudId = "https://yoursite.atlassian.net" (do NOT call getAccessibleAtlassianResources)
- **MUST** use `maxResults: 10` or `limit: 10` for ALL Jira JQL and Confluence CQL search operations.

Use skills

If you're using a desktop client like Claude, you can create or reuse skills for repeated tasks. See the default Atlassian MCP skills.

For Cursor, skills are part of the marketplace plugin.


Admin notes: managing access

If you're an admin preparing your organization to use the Atlassian MCP Server, review the points below. For more detailed admin guidance, see:

  • Understand Atlassian MCP Server
  • Control Atlassian MCP Server settings
  • Manage Atlassian MCP Server
  • Monitor Atlassian MCP Server activity

Manage, monitor, and revoke access

  • Admin controls: Site and organization admins can manage, review, or revoke the MCP app's access from Manage your organization's Marketplace and third-party apps.
  • Domain controls: Use the Rovo MCP server settings page in Atlassian Administration to control which external AI tools and domains are allowed to connect. By default, Atlassian-supported domains are allowed; you can add trusted domains or block supported ones. Domain controls apply to OAuth 2.1 connections. For details, see Available Atlassian MCP server domains.
  • IP controls: If your organization uses IP allowlisting for Atlassian Cloud apps, requests made through the Atlassian MCP Server must originate from an IP address allowed by your organization's IP allowlist for the relevant app. For configuration details, see Specify IP addresses for product access.
  • End-user controls: Individual users can revoke their own app authorizations from their profile settings.
  • Audit logging: Every time a tool is used through the Atlassian MCP Server, an event is recorded in your organization's audit log. Admins can review these in Atlassian Administration under Insights → Audit log (filter for Rovo MCP User Actions or search MCP). For more information, see Monitor Atlassian MCP server activity.

Troubleshooting common issues

  • "You don't have permission to connect from this IP address. Please ask your admin for access." This usually indicates that IP allowlisting is enabled and the user's current IP address isn't allowed to access Jira, Confluence, Jira Service Management, Bitbucket, or Compass via the Atlassian MCP Server. Ask your site or organization admin to review the IP allowlist configuration and add the relevant network or VPN IP ranges if appropriate.

Security

Model Context Protocol (MCP) lets AI agents connect to tools and Atlassian data using your account's permissions, which creates powerful workflows but also structural risks. Any MCP client or server you enable (for example, IDE plugins, desktop apps, hosted MCP servers, or "one-click" integrations) can cause an AI agent to perform actions on your behalf.

Large language models (LLMs) are vulnerable to prompt injection and related attacks (such as indirect prompt injection and tool poisoning). These attacks can instruct the agent to exfiltrate data or make unintended changes without explicit requests.

To reduce risk, only use trusted MCP clients and servers, carefully review which tools and data each agent can access, and apply least privilege (scoped tokens, minimal project/workspace access). For any high-impact or destructive action, require human confirmation and monitor audit logs for unusual activity. We strongly recommend reviewing Atlassian's guidance on MCP risks at MCP Clients: Understanding the potential security risks.


Support and feedback

We use your feedback to improve the Atlassian MCP Server. If you hit a bug or limitation, or have a suggestion:

  • Visit the Atlassian Support Portal to report issues and feature requests.
  • Share your experiences and questions on the Atlassian Community, and developer-related asks on the Atlassian Developer Community.
  • Go to our Ecosystem Developer Portal if you are building an app and found a bug or issue, or have suggestions.

Disclaimer

MCP clients can perform actions across Atlassian products with your existing permissions. Use least privilege, review high-impact changes before confirming, and monitor audit logs for unusual activity.

Learn more: MCP Clients: Understanding the potential security risks.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Categories
Developer Tools
Registryactive
TransportHTTP, SSE
UpdatedJan 27, 2026
View on GitHub

Related Developer Tools MCP Servers

View all →
getsentry avatar
Sentry Mcp

getsentry/sentry-mcp

MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants
724
mark3labs avatar
Filesystem

mark3labs/mcp-filesystem-server

Go server implementing Model Context Protocol (MCP) for filesystem operations.
640
sonarsource avatar
Sonarqube Mcp Server

sonarsource/sonarqube-mcp-server

An MCP server that enables integration with SonarQube Server or Cloud for code quality and security.
571
ooo0ooo avatar
Lean LSP

ooo0ooo/lean-lsp-mcp

Provides agentic access to Lean through LSP, including diagnostics, goals, hover info, and multiple search tools.
379
jerhadf avatar
Linear

jerhadf/linear-mcp-server

A server that integrates Linear&#x27;s project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
344
nanbingxyz avatar
Filesystem

nanbingxyz/mcpsvr

Provides an MCP endpoint to enforce directory-level access controls via interactive parameters.
300