Skip to content

Installation

import { Tabs, TabItem, Steps } from ‘@astrojs/starlight/components’;

The simplest way to install is from the npm registry as a global package:

Terminal window
npm install -g @tugudush/bitbucket-mcp

This makes the bitbucket-mcp command available globally — no path management needed.

Terminal window
# Check the installed version
npm ls -g @tugudush/bitbucket-mcp
# Check if an update is available
npm outdated -g @tugudush/bitbucket-mcp
# Update to the latest version
npm install -g @tugudush/bitbucket-mcp@latest

Use this approach for local development or to run an unreleased version.

  1. Clone the repository

    Terminal window
    git clone https://github.com/tugudush/bitbucket-mcp.git
    cd bitbucket-mcp
  2. Install dependencies

    Terminal window
    npm install
  3. Build the TypeScript source

    Terminal window
    npm run build

    This compiles to build/index.js.

  4. Test the server starts

    Terminal window
    node build/index.js

After installing, configure your MCP client — VS Code, Cursor, or Claude Code.