bitbucket-mcp

ethanratnofsky/bitbucket-mcp
★ 0 stars JavaScript Code/Dev Tools Updated 4d ago
Self-hosted MCP server for Bitbucket Cloud — read PRs, diffs, and files; comment (inline, multi-line, replies, @-mentions), review, and create PRs through a strict write allowlist. No merge, decline, or delete, by construction.
View on GitHub → Try with Claude — $10 free →

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",
        "ethanratnofsky/bitbucket-mcp"
      ]
    }
  }
}