mcpbeat Sign in

Bitbucket MCP Server

by droplinkperformance Your server? Claim it
local only

Bitbucket MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from npm. Last commit 25 Aug 2026.

Provider-agnostic, AI-review-first MCP server for Bitbucket Cloud.

Installs per day peak 545 · avg 28 · -14% w/w
a month agotoday
50
Installs / week
npm · @droplinkperformance/bitbucket-mcp-server
0
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Bitbucket MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bitbucket-mcp-server -- npx -y @droplinkperformance/bitbucket-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bitbucket-mcp-server": {
      "args": [
        "-y",
        "@droplinkperformance/bitbucket-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bitbucket-mcp-server]
command = "npx"
args = ["-y", "@droplinkperformance/bitbucket-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "bitbucket-mcp-server": {
      "args": [
        "-y",
        "@droplinkperformance/bitbucket-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bitbucket-mcp-server": {
      "args": [
        "-y",
        "@droplinkperformance/bitbucket-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BITBUCKET_ACCESS_TOKEN (Bitbucket API token (ATATT), app password, or OAuth access token), BITBUCKET_EMAIL (Atlassian account email (required with API tokens)), BITBUCKET_DEFAULT_WORKSPACE (Default Bitbucket workspace when a tool omits workspace), LLM_PROVIDER (LLM backend for analyze_pull_request (openai, anthropic, gemini, bedrock)), OPENAI_API_KEY (OpenAI API key when LLM_PROVIDER is openai). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Bitbucket MCP Server

same job, measured the same way
I
Bitbucket MCP
by matanyemini

Model Context Protocol (MCP) server for Bitbucket Cloud and Server API integration

4 007 installs/wk local only
AI Provider Status
by lazymac2x

Cloudflare Workers MCP server: ai-provider-status

3 tools answering
rubit-mcp-mail
by bgalmes

Read-only MCP server for your mail — provider-agnostic IMAP that never marks a message as read.

local only
Epidemicsound
by epidemicsound

Cloud-hosted MCP server for Epidemic Sound

answering
Registry
by urnetwork

Cloud-hosted MCP server for URnetwork VPN and Proxy

1 tools answering
Code Review Analyst
by j0hanz

Gemini-powered MCP server for code review analysis.

local only
Motecloud Memory
by motecloud

Cloud-hosted MCP server for durable AI memory

answering
zotio
by orgmentem

Zotero MCP server: local-first search, library checks, and preview-first writes for AI agents.

local only

Bitbucket MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Bitbucket MCP Server?
Bitbucket MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @droplinkperformance/bitbucket-mcp-server was installed 50 times last week.
How do I connect Bitbucket MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @droplinkperformance/bitbucket-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Bitbucket MCP Server?
The npm package @droplinkperformance/bitbucket-mcp-server was installed 50 times in the last week. Week over week that is -14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bitbucket MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.