bitbucket-mcp-server

droplinkperformance/bitbucket-mcp-server
★ 0 stars TypeScript AI/LLM Updated 3d ago
MCP server for Bitbucket Cloud focused on AI pull request review. Dual stdio/HTTP transports, OAuth or bearer auth, and tools to list, create, diff, comment, and analyze PRs. Pluggable LLM (OpenAI, Anthropic, Gemini, Bedrock) and provider-agnostic design for other SCMs.
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-server": {
      "command": "npx",
      "args": [
        "-y",
        "droplinkperformance/bitbucket-mcp-server"
      ]
    }
  }
}