Atlassian Bitbucket MCP Server
About
Atliassian Bitbucket MCP Server for self hosted bitbucket server
Details
- Author
- guenichone
- Downloads
- 474
- Categories
- Developer Tools
Jump to
- Access to projects, repositories, branches, and files.
- Tools for working with pull requests.
- Type-safe integration with official Bitbucket OpenAPI specs.
- Supports STDIO and HTTP/SSE transports.
- Docker deployment via CLI or Makefile.
- Configuration via environment variables.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Atlassian Bitbucket MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install Node.js v20+, npm, Python 3, and a Bitbucket access token. Clone the repository, run npm install and npm run build-app, then set required environment variables and start the server with npm start (STDIO) or by setting MCP_TRANSPORT=sse (HTTP/SSE). Docker usage is also available via Docker CLI or the included Makefile.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"atlassian bitbucket mcp server": {
"atlassian-bitbucket-server-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"bitbucket-mcp-server",
"."
]
}
}
}
}
McpServers
{
"atlassian-bitbucket-server-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"bitbucket-mcp-server",
"."
]
}
}
Atlassian Bitbucket MCP Server
A Model Context Protocol (MCP) server that integrates Atlassian Bitbucket Server/Data Center with AI systems.
What It Does
This server enables AI systems to interact with Bitbucket repositories by providing:
- Access to projects, repositories, branches, and files
- Tools for working with pull requests
- Type-safe API integration with official Bitbucket OpenAPI specs
Quick Setup
Prerequisites
- Node.js (v20+ recommended)
- npm
- Python 3 (for OpenAPI filtering script)
- Bitbucket Server access token
Installation
git clone <atlassian-bitbucket-server-mcp>
cd mcp-server-selfhosted-bitbucket
npm install
npm run build-app
Running the Server
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





