Skip to content

Add Bitbucket MCP Server (mcp-server-bitbucket) #3145

@JaviMaligno

Description

@JaviMaligno

📋 MCP Server Submission

Server Information

Name: MCP Server for Bitbucket API
Package: mcp-server-bitbucket
Current Version: 0.10.0
Author: Javier Aguilar
Repository: https://github.com/JaviMaligno/mcp-server-bitbucket
PyPI Package: https://pypi.org/project/mcp-server-bitbucket/

🎯 Value Proposition

This server provides comprehensive Bitbucket API integration for MCP clients, enabling AI assistants to manage repositories, pull requests, pipelines, and more directly through natural language.

🔐 Key Features

  • 58 Tools: Complete coverage of Bitbucket API operations
  • Repository Management: Create, list, update, delete repositories
  • Pull Requests: Full PR lifecycle management (create, review, merge)
  • Pipelines: Trigger, monitor, and manage CI/CD pipelines
  • Branch Operations: List, create, and manage branches
  • Commits & Tags: Browse commit history and manage tags
  • Deployments: Manage deployment environments
  • Webhooks: Configure repository webhooks
  • Branch Restrictions: Set up branch protection rules
  • Source Browsing: Navigate and read repository files
  • Permissions: Manage repository and workspace permissions

🚀 Installation

# Install via pipx (recommended)
pipx install mcp-server-bitbucket

# Or via pip
pip install mcp-server-bitbucket

Claude Desktop Configuration

{
  "mcpServers": {
    "bitbucket": {
      "command": "mcp-server-bitbucket",
      "env": {
        "BITBUCKET_WORKSPACE": "your-workspace",
        "BITBUCKET_EMAIL": "your-email@example.com",
        "BITBUCKET_API_TOKEN": "your-token"
      }
    }
  }
}

📊 Quality Metrics

  • Test Coverage: Comprehensive test suite with pytest
  • Documentation: Full README with setup guides and examples
  • Type Safety: Full type hints throughout codebase
  • Security: Uses Basic Auth with app passwords (no OAuth complexity)
  • Maintenance: Active development with regular updates

🛠️ Technical Details

  • Language: Python 3.10+
  • Framework: FastMCP
  • Transport: STDIO (standard) and HTTP (for remote deployment)
  • Dependencies: httpx, pydantic, pydantic-settings

🔗 Links & Resources

🎯 Target Audience

  • Bitbucket users seeking AI-powered repository management
  • Development teams wanting to automate Bitbucket workflows
  • Organizations using Bitbucket Pipelines for CI/CD
  • Developers who prefer Bitbucket over GitHub

Submission Date: December 20, 2025

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions