Atlassian MCP
UpAtlassian's official MCP server brings Jira, Confluence, Bitbucket, Jira Service Management and Compass together in one remote connection for Atlassian Cloud. The agent reads and creates issues, searches with JQL, and works with Confluence pages and Bitbucket pull requests. General Availability, OAuth 2.1 auth; self-hosted Data Center isn't supported, cloud only.
Why this server
- One server instead of five: Jira, Confluence, Bitbucket, JSM and Compass in a single connection
- searchJiraIssuesUsingJql understands real JQL syntax, not just simple filters
- OAuth 2.1 through your Atlassian account — no API tokens for the agent to store
- General Availability: a stable tool contract, not an experimental beta
Usage examples
Prompt: Find all open bugs tagged prod-incident and write a report page in Confluence
Result: The agent called searchJiraIssuesUsingJql for the label, pulled details via getJiraIssue, and wrote up the summary with createConfluencePage.
Prompt: File a bug from this stack trace and link the fix's pull request to it
Result: createJiraIssue filed the task with the bug description, and bitbucketPullRequest linked it to the existing PR.
Health
1 reports in the last 30 days · Last report: 25 Jul 2026
Reports by day (30 days)
| date | works | partial | broken |
|---|---|---|---|
| 2026-07-25 | 1 | 0 | 0 |
Reviews
No reviews yet.