MCP Catalogs
Home

bitbucket-mcp vs shippie

Side-by-side comparison to help you pick between these two MCP servers.

bitbucket-mcp
by MatanYemini
shippie
by mattzcarey
Stars★ 136★ 2,356
30d uses
Score4854
Official
Categories
Developer ToolsProductivityGitHub
Developer ToolsAI / LLM ToolsGitHub
LanguageJavaScriptTypeScript
Last committhis month6 mo ago

bitbucket-mcp · Summary

Bitbucket MCP server enables AI assistants to interact with Bitbucket repositories and pull requests.

shippie · Summary

Shippie is an MCP client for code review that integrates AI models into CI/CD pipelines.

bitbucket-mcp · Use cases

  • Automate PR review and approval processes for Bitbucket repositories
  • Integrate Bitbucket repository information into AI assistants for development workflows
  • Create AI-powered dashboards that monitor Bitbucket pull request activity

shippie · Use cases

  • Automated code review in CI/CD pipelines to catch security issues and bugs early
  • Local code review of staged changes before committing
  • Integration with external tools via MCP for enhanced code analysis capabilities

bitbucket-mcp · Install

Installation

Using NPX (Recommended)

BITBUCKET_URL="https://api.bitbucket.org/2.0" \
BITBUCKET_WORKSPACE="your-workspace" \
BITBUCKET_USERNAME="your-username" \
BITBUCKET_PASSWORD="your-app-password" \
npx -y bitbucket-mcp@latest

Claude Desktop Configuration

{
  "mcpServers": {
    "bitbucket": {
      "command": "npx",
      "args": ["-y", "bitbucket-mcp@latest"],
      "env": {
        "BITBUCKET_URL": "https://api.bitbucket.org/2.0",
        "BITBUCKET_WORKSPACE": "your-workspace",
        "BITBUCKET_USERNAME": "your-username",
        "BITBUCKET_PASSWORD": "your-app-password"
      }
    }
  }
}

shippie · Install

Installation

  1. Install Shippie via npm:
npx shippie review
  1. To use with Claude Desktop, configure MCP in your config.json:
{
  "mcpServers": {
    "shippie": {
      "command": "npx",
      "args": ["shippie", "mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.