Connects large language models to Bitbucket Cloud, enabling AI assistants to interact with repositories, pull requests, comments, tasks, and branches.
This project implements a Model Context Protocol (MCP) server for Bitbucket Cloud REST API 2.0, enabling AI assistants like Claude to interact with Bitbucket repositories, pull requests, comments, tasks, and branches. It allows LLM applications to perform actions such as listing pull requests, getting diffs, creating comments, updating tasks, and managing branches through a standardized MCP interface. The tool is structured as a monorepo, separating the isolated Bitbucket API client from the MCP server implementation for robust and extensible AI workflow integration.