bitbucket-mcp

bobmaertz/bitbucket-mcp
★ 1 stars TypeScript AI/LLM Updated today
Model Context Protocol (MCP) server that connects LLM clients to Bitbucket Cloud — repositories, pull requests, comments, tasks, and branches.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

Read-only [MCP](https://modelcontextprotocol.io/) server for **Bitbucket Cloud** — lets Claude and other LLM clients browse repositories, source files, commits, pull requests, comments, tasks, branches, tags, CI statuses, pipelines, deployments, projects, and workspaces. Token-sparse output, no write access, credential never leaves the client layer.

Tools (20)

BITBUCKET_ACCESS_TOKENBITBUCKET_WORKSPACEbitbucket_get_branchbitbucket_get_branching_modelbitbucket_get_commentbitbucket_get_commitbitbucket_get_commit_diffbitbucket_get_diffstatbitbucket_get_filebitbucket_get_file_historybitbucket_get_pipelinebitbucket_get_pr_activitybitbucket_get_pr_commitsbitbucket_get_pr_diffbitbucket_get_pr_diffstatbitbucket_get_projectbitbucket_get_pull_requestbitbucket_get_repositorybitbucket_get_step_logbitbucket_get_tag

Topics

bitbucket-cloudmcp-server