About
Overview
The Bitbucket MCP Server enables AI agents to interact with Atlassian Bitbucket. It provides tools for managing repositories, creating pull requests, reviewing code diffs, and working with Bitbucket Pipelines for CI/CD. Supports both Bitbucket Cloud and Bitbucket Server.
Capabilities
Tools & Capabilities
⚡list_repos
List repositories in a workspace
⚡create_pull_request
Create a pull request
⚡get_diff
Get the diff of a pull request
⚡list_pipelines
List pipeline runs
⚡get_file
Get file contents from a repository
Setup
Installation
bash
Install
npx -y mcp-server-bitbucketExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"bitbucket": {
"command": "npx",
"args": ["-y", "mcp-server-bitbucket"],
"env": {
"BITBUCKET_USERNAME": "your-username",
"BITBUCKET_APP_PASSWORD": "your-app-password"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 75
Last UpdatedFeb 12, 2026