{"library":"mcp-bitbucket-server","title":"Bitbucket Server Model Context Protocol Server","description":"mcp-bitbucket-server is a Model Context Protocol (MCP) server designed to connect AI assistants, such as Claude, to Bitbucket Server/Data Center instances. It enables natural language interaction for tasks like reviewing pull requests, managing repositories, searching users, and adding comments directly from an AI interface. The current stable version is 1.10.8. While no explicit release cadence is stated, the use of `npx mcp-bitbucket-server@latest` suggests frequent updates and maintenance. Key differentiators include its focus on the MCP standard, providing 11 specialized tools for Bitbucket operations, optimizing responses to reduce AI token usage, and utilizing Bitbucket Personal Access Tokens for secure authentication rather than OAuth or more complex schemes. It supports Node.js versions 22.0.0 and newer.","language":"javascript","status":"active","last_verified":"Tue Apr 21","install":{"commands":["npm install mcp-bitbucket-server"],"cli":{"name":"mcp-bitbucket-server","version":null}},"imports":["import { runMcpServer } from 'mcp-bitbucket-server';","import type { BitbucketTool } from 'mcp-bitbucket-server';","import { configureServer } from 'mcp-bitbucket-server';"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"claude mcp add -s user \\\n    bitbucket-server \\\n    npx mcp-bitbucket-server@latest \\\n    -e \"BITBUCKET_URL=https://bitbucket.yourcompany.com\" \\\n    -e \"BITBUCKET_TOKEN=your_personal_access_token\"","lang":"bash","description":"This command registers the Bitbucket Server MCP with the Claude Code CLI, setting up environment variables for the Bitbucket URL and a Personal Access Token.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}