Bitbucket MCP (aashari)

Code

Node.js/TypeScript MCP server for Atlassian Bitbucket — workspaces, repositories, and pull requests for AI systems.

One-click install

More clients (VS Code Insiders, Antigravity, Windsurf, Zed, Trae…)
VS Code Insiders

JSON works with: Antigravity (Google), Windsurf (Codeium), Trae (ByteDance), Zed, Continue.dev, Cline, Roo Code, and any other MCP-compatible client. Paste into their MCP config file or settings.

Manual configuration

Add this to your Claude Code settings.json (or .claude/settings.json in your project):

{
  "mcpServers": {
    "bitbucket-mcp-aashari": {
      "command": "npx",
      "args": [
        "-y",
        "@aashari/mcp-server-atlassian-bitbucket"
      ]
    }
  }
}