Installation
import { Tabs, TabItem, Steps } from ‘@astrojs/starlight/components’;
Option 1: Install from NPM (Recommended)
Section titled “Option 1: Install from NPM (Recommended)”The simplest way to install is from the npm registry as a global package:
npm install -g @tugudush/bitbucket-mcpThis makes the bitbucket-mcp command available globally — no path management needed.
Check Version & Update
Section titled “Check Version & Update”# Check the installed versionnpm ls -g @tugudush/bitbucket-mcp
# Check if an update is availablenpm outdated -g @tugudush/bitbucket-mcp
# Update to the latest versionnpm install -g @tugudush/bitbucket-mcp@latestOption 2: Build from Source
Section titled “Option 2: Build from Source”Use this approach for local development or to run an unreleased version.
-
Clone the repository
Terminal window git clone https://github.com/tugudush/bitbucket-mcp.gitcd bitbucket-mcp -
Install dependencies
Terminal window npm install -
Build the TypeScript source
Terminal window npm run buildThis compiles to
build/index.js. -
Test the server starts
Terminal window node build/index.js
Next Steps
Section titled “Next Steps”After installing, configure your MCP client — VS Code, Cursor, or Claude Code.