Bitbucket MCP by MatanYemini
45 score
A Model Context Protocol server that enables AI assistants to interact with Bitbucket repositories, pull requests, and other resources through Bitbucket Cloud and Server APIs.
Ranked #1468 out of 4710 indexed tools.Has 10 contributors.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 3.1k
Freshness 1mo ago
Issue Health 29%
Stars 111
Platform Breadth 1 platform
Contributors 10
Description Detailed
How to Improve
Freshness high impact
Issue Health high impact
Platforms medium impact
Supported Platforms
From the README
# Bitbucket MCP A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs. This MCP server enables AI assistants like Cursor to interact with your Bitbucket repositories, pull requests, and other resources. ## Safety First This is a safe and responsible package — no DELETE operations are used, so there's no risk of data loss. Every pull request is analyzed with CodeQL to ensure the code remains secure. ## Overview Checkout out the [official npm package](https://www.npmjs.com/package/bitbucket-mcp) This server implements the Model Context Protocol standard to provide AI assistants with access to Bitbucket data and operations. It includes tools for: - Listing and retrieving repositories - Getting repository details - Fetching pull requests - And more... ## Installation -- Since it has been asked, in many cases we have seen - "BITBUCKET_USERNAME" is usually your email ### Using NPX (Recommended) The easiest way to use this MCP server is via NPX,Read full README on GitHub →