Bitbucket

Bitbucket MCP Connector for Claude

A+

Manage your Git repositories via Bitbucket — list pull requests, commits, and pipelines directly from any AI agent.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Bitbucket Cloud account to any AI agent and orchestrate your software development workflows through natural conversation.

What you can do

  • Repository Oversight — List all repositories within your workspaces and retrieve detailed metadata.
  • Pull Request Management — Query and inspect pull requests to monitor code reviews and merge statuses.
  • Commit & Branch Discovery — List the latest commits and active branches across your projects.
  • CI/CD Monitoring — Retrieve the status of Bitbucket Pipelines to ensure successful builds.
  • Issue Tracking — List and retrieve issues for repositories with enabled trackers.
  • Workspace Coordination — Access and manage your team's workspaces and user profiles.

How it works

  1. Subscribe to this server
  2. Enter your Bitbucket Username and App Password
  3. Start managing your code from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Software Engineers — quickly check PR statuses and pipeline health without switching tabs.
  • DevOps Engineers — monitor build statuses and repository activity straight from their workflow tools.
  • Team Leads — retrieve summaries of recent commits and open issues for daily standups.
gitversion-controlpull-requestsci-cdrepository-managementcode-review

10 tools expose this connector's capabilities to your AI agent.

get_pull_request

Get details of a specific pull request

list_commits

List commits for a repository

get_repository

Get details of a specific repository

get_user_profile

Get authenticated user profile

list_branches

List branches for a repository

list_issues

List issues for a repository (if tracker is enabled)

list_pipelines

List CI/CD pipelines for a repository

list_pull_requests

List pull requests for a repository

list_repositories

List repositories in a workspace

list_workspaces

List all accessible workspaces

See how to talk to your AI agent using Bitbucket.

List all pull requests in repository 'my-app' within workspace 'my-team'.

I've retrieved the pull requests for 'my-app'. There are 2 open PRs: 'Feature: New Auth' (ID: 12) and 'Fix: Memory Leak' (ID: 15).

Check the status of the last pipeline run for 'my-app'.

The latest pipeline for 'my-app' (Build #452) completed successfully in 3 minutes and 12 seconds.

List the last 5 commits in repository 'my-app'.

Retrieving commits... The last 5 commits include updates to the README, a bugfix for the API client, and new tests for the auth module.

Yes! Use the `list_pipelines` tool with your Workspace and Repository slug. Your agent will fetch the latest build statuses, showing if they passed or failed.

Related Connectors