MCP servers eat your context. This CLI doesn't.

Jira, Confluence, and Bitbucket from the terminal — lightweight, unified, multi-account. Built for AI coding assistants.

$ atlassian-cli bitbucket pr status myws/repo1:94 myws/repo2:95
[ {"repo": "myws/repo1", "id": 94, "title": "Update Auth Flow", "merge_ready": true, "approved_by": ["Alice", "Bob", "Carol"], "merge_blockers": []}, {"repo": "myws/repo2", "id": 95, "title": "Fix Memory Leak", "merge_ready": false, "merge_blockers": ["1 change requested"]} ]
$ atlassian-cli sprint-report 30 --space SR
✓ Sprint report created:
https://mysite.atlassian.net/wiki/spaces/SR/pages/12345
The Problem
MCP Servers

Bloated context, one per service per site, constant overhead.

join_inner
The Solution
1 CLI Tool

Unified interface, near-zero overhead, single source of truth.

terminal

Engineered for Velocity

Built-in support for the full Atlassian Stack

Jira
confirmation_number

Issue Lifecycle Management

Control boards, sprints, and JQL searches without ever touching a browser. Perform bulk transitions with a single command.

  • jira search "project = PROJ AND status = Open"
  • jira sprints 30 --state active
  • jira boards --project-key PROJ
Confluence
menu_book

Rich Document Access

Read, write, and manage rich content. Handle attachments and process nested comments in plain markdown.

  • confluence update 12345 --body-file page.html
  • confluence tree SR
  • confluence upload 12345 report.pdf
Bitbucket
code

PR Lifecycle Management

From create to merge — monitor pipelines and manage PRs directly from your terminal.

  • bitbucket pr create myws/repo -t "Feature" -s feature -d main
  • bitbucket pipelines log myws/repo 315 --failed
  • bitbucket pr status repo1:94 repo2:95
Cross-Service Orchestration

Unified Workflows

Automate actions that span multiple services. Transition a Jira issue when a Bitbucket PR is merged.

$ atlassian-cli pr-transition PROJ-123 https://bitbucket.org/myws/repo/pull-requests/94
✓ PR #94 merged in Bitbucket (squash)
✓ PROJ-123 transitioned to "Done"
✓ Confluence page updated with merge details
25+
Repos Managed
40+
Monthly PRs
50+
Build Failures Investigated
35%
Context Reclaimed

Subscription Tiers

Choose your plan

Try everything
Free / 14 days
All features unlocked · No credit card
  • check_circle Full CLI (130+ commands)
  • check_circle All Team features included
  • check_circle Cross-service workflows
Start Free Trial
Individual
Solo / $9/mo
or $79/yr (save 27%) · 1 seat
  • check_circle Jira, Confluence, Bitbucket CRUD
  • check_circle PR create, merge, comments
  • check_circle Pipeline read (list, steps, logs)
  • check_circle JSON output + JMESPath filtering
  • check_circle Multi-profile authentication
Get Started
Most Popular
Engineering Teams
Team / $15/mo per seat
or $129/yr per seat (save 28%) · 2+ seats
  • check_circle All Solo features
  • check_circle Batch PR status, Dashboard, Sprint report
  • check_circle Pipeline trigger & rerun, PR tasks
  • check_circle PR transition, Release notes, Default reviewers
  • check_circle OAuth, Priority email support
Choose Team

Detailed Feature Comparison

Feature Solo Team
Jira
Issues — create, update, transition, search (JQL)check_circlecheck_circle
Boards, sprints, sprint issuescheck_circlecheck_circle
Comments, links, attachments, watcherscheck_circlecheck_circle
Confluence
Pages — create, update, get, searchcheck_circlecheck_circle
Attachments, footer & inline comments, labels, restrictionscheck_circlecheck_circle
Storage format (rich content, macros, panels)check_circlecheck_circle
Bitbucket
PR create, merge, decline, commentscheck_circlecheck_circle
PR status (single)check_circlecheck_circle
Pipeline logs, steps (read)check_circlecheck_circle
Repos, branches, commits, clonecheck_circlecheck_circle
Core
JSON output + JMESPath filteringcheck_circlecheck_circle
Multi-profile authenticationcheck_circlecheck_circle
Shell completion, Interactive REPLcheck_circlecheck_circle
Team Only
Batch PR status (multi-repo monitoring)removecheck_circle
PR default reviewers, PR tasksremovecheck_circle
Pipeline trigger & rerunremovecheck_circle
Dashboard (cross-service overview)removecheck_circle
Sprint report (with velocity)removecheck_circle
Release notes → Confluenceremovecheck_circle
PR transition (Jira ↔ Bitbucket)removecheck_circle
Link page (Jira ↔ Confluence)removecheck_circle
OAuth 2.0 authenticationremovecheck_circle

Free trial includes all Team features for 14 days. No credit card required.

terminal

Deploy in seconds

curl -fsSL https://atlassian-cli.magic-tools.dev/install.sh | sh
pip install atlassian-cli
star star star star star
"The Sovereign Terminal enabled workflows that weren't possible before. It's not just a wrapper; it's a productivity multiplier for anyone deep in the Atlassian ecosystem."
Experience Report
Lead Systems Engineer @ Global Scale