Bitbucket MCP Server

v2.1.0APIsstable

Bitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs

ai-toolsantrophicbitbucketllm-agentsmcp
Share:
139
Stars
0
Downloads
0
Weekly
0/5

About

Bitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs

Features

  • get_pull_request
  • list_pull_requests
  • create_pull_request
  • update_pull_request
  • add_comment

Use Cases

Get details of a Bitbucket pull request including merge commit information
List pull requests for a repository with optional filters
Create a new pull request
Update an existing pull request
Add a comment to a pull request. Supports: 1) General PR comments, 2) Replies to existing comments, 3) Inline comments on specific code lines (using line_number OR code_snippet), 4) Code suggestions for single or multi-line replacements. For inline c
MatanYemini

Maintainer

LicenseMIT
Languagejavascript
Versionv2.1.0
UpdatedMay 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @nexus2520/bitbucket-mcp-server

Manual Installation

npx -y @nexus2520/bitbucket-mcp-server

Examples

Basic Configuration

Configure Bitbucket MCP Server

npx -y @nexus2520/bitbucket-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More APIs MCP Servers

Explore other servers in the APIs category.

Quick Config Preview

{ "mcpServers": { "bitbucket": { "command": "npx", "args": ["-y", "@nexus2520/bitbucket-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Bitbucket MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides