Back to Apps

Bitbucket MCP
by matanyemini
Full Bitbucket Cloud and Server integration for AI assistants to manage repositories, pull requests, and pipelines.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Connects AI assistants to Bitbucket Cloud and Server APIs, allowing them to programmatically interact with your version control workflow. It provides a comprehensive bridge for managing code repositories and collaboration tools directly from a chat interface.
Tools
listRepositories: Lists repositories in a workspace with filtering.getRepository: Retrieves detailed information for a specific repository.getPullRequests: Fetches pull requests for a repository by state.createPullRequest: Opens new pull requests with custom titles and descriptions.getPullRequest: Retrieves specific PR details.updatePullRequest: Modifies PR titles, descriptions, and status.getPullRequestActivity: Fetches the activity log for a specific PR.approvePullRequest/unapprovePullRequest: Manages PR approvals.mergePullRequest: Merges PRs using various strategies (squash, merge-commit, fast-forward).requestChanges/removeChangeRequest: Handles PR review cycles.addPullRequestComment: Creates general or inline comments on code.listPipelineRuns: Monitors CI/CD pipeline status and history.runPipeline: Triggers new pipeline runs.
Installation
Add the following to your claude_desktop_config.json:
"bitbucket": {
"command": "npx",
"args": ["-y", "bitbucket-mcp@latest"],
"env": {
"BITBUCKET_URL": "https://api.bitbucket.org/2.0",
"BITBUCKET_WORKSPACE": "your-workspace",
"BITBUCKET_USERNAME": "your-username",
"BITBUCKET_PASSWORD": "your-app-password"
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
npx -y bitbucket-mcp@latestInformation
- Pricing
- free
- Published
- 5/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to MCP settings: command 'npx', args ['-y', 'bitbucket-mcp@latest'], with required BITBUCKET environment variables.Claude Desktop
{"command": "npx", "args": ["-y", "bitbucket-mcp@latest"], "env": {"BITBUCKET_URL": "https://api.bitbucket.org/2.0", "BITBUCKET_WORKSPACE": "your-workspace", "BITBUCKET_USERNAME": "your-username", "BITBUCKET_PASSWORD": "your-app-password"}}





