Atlassian
ProductivityJira, Confluence, and Compass project management suite
Connect AI tools to Jira, Confluence, and Compass to search, summarize, and manage content without context switching. Create and update issues or pages based on natural language commands. Automate repetitive work like generating tickets from meeting notes or specs.
Install
Section titled “Install”Add Atlassian to your zone and connect it to your MCP client.
Step 1 - Install in Keycard Console
Section titled “Step 1 - Install in Keycard Console”-
In your zone’s Keycard Console, go to Applications -> Add Application -> Explore MCP Servers.
-
Search for
Atlassianand click Install. -
A browser tab opens to Atlassian’s OAuth consent screen. Sign in and approve the requested permissions.
-
You’re redirected back. Atlassian appears on the Applications page with a Keycard MCP Gateway URL.
Step 2 - Connect your MCP client
Section titled “Step 2 - Connect your MCP client”On the Applications page, click Add to Coding Agent next to Atlassian and pick how you want to install:
- Cursor - opens a deeplink that hands the MCP config straight to Cursor. Click Install inside Cursor to finish.
- Claude Code - opens a dialog with a
claude mcp addcommand. Pick a scope (User, Project, or Local), then copy and run the command in your terminal. - Install manually - reveals the Server Name and Server URL to paste into any other MCP-compatible client.
Once connected, Atlassian’s tools are available to the agent, scoped to whoever signs in to your zone.
What Atlassian can do once installed.
Atlassian provides 31 tools:
- Get current Atlassian user info
- Get current user info
- getAccessibleAtlassianResources
- Get Atlassian cloud IDs for API access
- getConfluencePage
- Get a Confluence page or blog post by ID
- searchConfluenceUsingCql
- Search Confluence content with CQL
- List Confluence spaces
- Get spaces
- getPagesInConfluenceSpace
- List pages or blog posts in a Confluence space
- getConfluencePageFooterComments
- Get footer comments on a Confluence page
- getConfluencePageInlineComments
- Get inline comments on a Confluence page
- getConfluenceCommentChildren
- Get reply comments for a Confluence comment
- getConfluencePageDescendants
- Get child pages of a Confluence page
- createConfluencePage
- Create a Confluence page or blog post
- updateConfluencePage
- Update a Confluence page or blog post
- createConfluenceFooterComment
- Add a footer comment to a Confluence page
- createConfluenceInlineComment
- Add an inline comment on Confluence page text
- Get Jira issue details by ID
- Get issue details
- Update a Jira issue
- Update issue
- Create a new Jira issue
- Create issue
- List available transitions for a Jira issue
- Get transitions
- getJiraIssueRemoteIssueLinks
- Get remote links on a Jira issue
- List accessible Jira projects
- Get projects
- getJiraProjectIssueTypesMetadata
- List issue types for a Jira project
- getJiraIssueTypeMetaWithFields
- Get field metadata for a Jira issue type
- Add a comment to a Jira issue
- Add comment
- Transition a Jira issue to a new status
- Transition issue status
- searchJiraIssuesUsingJql
- Search Jira issues with JQL
- Look up Jira user account IDs
- Lookup user IDs
- addWorklogToJiraIssue
- Add or update a worklog on a Jira issue
- getIssueLinkTypes
- List available Jira issue link types
- createIssueLink
- Create a link between two Jira issues
- searchAtlassian
- Search Jira and Confluence via Rovo Search
- fetchAtlassian
- Get Jira issue or Confluence page by ARI or ID
Next steps
Section titled “Next steps”What to do once Atlassian is installed.
Now do this
- Confirm the gateway works by asking your AI client to call one of the Atlassian tools above.
Recommended
- Decide who can use it - write access policies scoped to the Atlassian resource so only the right users and agents reach the tools.
- Watch the calls - every tool call lands in your audit log with user identity, resource, and policy decision.
Optional
- Add REST API access too - install the Confluence and Jira API servers for backend code that calls Atlassian’s APIs on behalf of users.