mcp-server-wrapper-bitbucket

vishn9893/mcp-server-wrapper-bitbucket
★ 0 stars Python API Integration Updated 6d ago
This is a MCP bridge for existing TypeScript Bitbucket MCP server in a Python UV-based API layer, essentially making UV act as a proxy/bridge.
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": {
    "mcp-server-wrapper-b": {
      "command": "uvx",
      "args": [
        "mcp-server-wrapper-bitbucket"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-wrapper-bitbucket