Google PageRank for AI agents. 25,000+ tools indexed.

Bitbucket MCP by MatanYemini

#1468 of 4710 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

Last commit was 42 days ago — a recent commit would boost your freshness score

Issue Health high impact

You have 27 open vs 11 closed issues — triaging stale issues improves health

Platforms medium impact

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for Bitbucket MCP by MatanYemini
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-MatanYemini--bitbucket-mcp)](https://agentrank-ai.com/skill/glama-MatanYemini--bitbucket-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-MatanYemini--bitbucket-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-MatanYemini--bitbucket-mcp" alt="AgentRank"></a>

Supported Platforms

MCP

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 →