Back to Projects MCP

MCP Server: Bitbucket

Model Context Protocol server for Bitbucket API operations. Manage repositories, pull requests, and code reviews through LLMs.

The Problem

Developers context-switch constantly between their IDE and Bitbucket's web interface. Repository management, PR reviews, and pipeline monitoring require manual navigation that breaks flow.

The Solution

A Model Context Protocol server that exposes Bitbucket's full API to LLMs. Manage repositories, create and review pull requests, trigger pipelines, and monitor builds—all through natural language.

Architecture

%%{init: {'theme': 'dark', 'themeVariables': { 'fontFamily': 'Inter', 'secondaryColor': '#1e293b', 'primaryColor': '#3b82f6', 'primaryBorderColor': '#60a5fa' }}}%% graph LR subgraph Client ["Client"] A["LLM<br/>(Claude/GPT)"] end subgraph Protocol ["MCP Protocol"] A <-->|"JSON-RPC"| B["MCP Server"] end subgraph Backend ["Backend"] B <--> C["API"] B --> D["Tools"] end classDef default fill:#0f172a,stroke:#334155,color:#fff,stroke-width:1px; classDef agent fill:#0f172a,stroke:#3b82f6,color:#fff; classDef process fill:#0f172a,stroke:#334155,color:#fff; class A agent; class B,C,D process;
AI Agent
Process Step

Tags

TypeScriptPythonBitbucket API

Outcomes

  • 58 tools covering full Bitbucket API
  • TypeScript + Python implementations published on npm/PyPI
  • Open source with active maintenance