A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs. Version 5.0.6, actively maintained. Allows AI assistants (e.g., Cursor) to interact with Bitbucket repositories and pull requests via tool calls. Safe design: no DELETE operations. Requires Node >=18. ESM-only. Supports both Bitbucket Cloud and Server via configuration.
npm install bitbucket-mcpVerified import paths — ran on the pinned version, not inferred.
Creates and starts an MCP server connected to Bitbucket Cloud, using environment variables for authentication and workspace.
Set BITBUCKET_WORKSPACE env var instead of BITBUCKET_REPOSITORY.
Use BITBUCKET_URL instead of BITBUCKET_API_URL.
Use Option A: set BITBUCKET_URL to 'https://api.bitbucket.org/2.0' and explicitly set BITBUCKET_WORKSPACE.
Use import syntax or dynamic import().
Run 'npm install bitbucket-mcp' in your project directory.
Set the BITBUCKET_WORKSPACE env var to your Bitbucket workspace.
Ensure BITBUCKET_USERNAME and BITBUCKET_PASSWORD are set correctly.
No dependency data recorded yet.