[FEATURE] Native Bitbucket Integration for Claude Code

Open 💬 6 comments Opened Mar 24, 2026 by YissacharB

Preflight Checklist

  • [x] I have searched existing requests and this feature hasn't been requested yet
  • [x] This is a single feature request (not multiple features)

Problem Statement

Claude Code currently offers tight GitHub integration (MCP server, PR workflows, issue management, CI/CD status checks), but has no equivalent support for Bitbucket. Many teams and enterprises rely on Bitbucket as their primary platform for source control, code review, and CI/CD, and are unable to fully leverage Claude Code’s collaborative workflow features.

Proposed Solution

Proposed Enhancement
Add first-class Bitbucket support to Claude Code, on par with the existing GitHub integration. This would include:
∙ Pull Request workflows: Reading, creating, reviewing, and commenting on Bitbucket PRs
∙ Issue management: Creating, updating, searching, and commenting on Bitbucket issues
∙ CI/CD integration: Viewing pipeline status, build logs, and triggering pipelines (Bitbucket Pipelines)
∙ Repository browsing: Fetching file contents, branches, tags, and commits via the Bitbucket API
∙ Webhook support: Subscribing to PR and pipeline activity for real-time feedback loops
∙ Self-hosted support: Many enterprises run Bitbucket Server/Data Center; supporting configurable instance URLs is critical for adoption

Why This Matters

∙ Bitbucket has significant adoption, especially among teams using the Atlassian ecosystem
∙ Teams using Bitbucket are currently limited in leveraging Claude Code’s collaborative features
∙ Supporting both platforms would make Claude Code a more platform-agnostic development tool
∙ Bitbucket’s API (REST-based) is well-documented and supports similar integration patterns to GitHub, making implementation feasible

Suggested Approach

A Bitbucket MCP server (analogous to the existing GitHub MCP server) would be the most natural integration path, keeping the architecture consistent and extensible.

Alternative Solutions

_No response_

Priority

High - Significant impact on productivity

Feature Category

CLI commands and flags

Use Case Example

I work on multiple Bitbucket repositories and need access from the native Claude app to continue my work from the Desktop or mobile app.

Additional Context

Bitbucket is widely used in enterprise environments, especially within the Atlassian ecosystem, and would benefit from equally strong, native integration.

View original on GitHub ↗

This issue has 6 comments on GitHub. Read the full discussion on GitHub ↗