Bitbucket MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 5 099 installs a week from npm.
Model Context Protocol (MCP) server for Bitbucket Cloud and Server API integration
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.
claude mcp add bitbucket-mcp -- npx -y bitbucket-mcp
{
"mcpServers": {
"bitbucket-mcp": {
"args": [
"-y",
"bitbucket-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.bitbucket-mcp]
command = "npx"
args = ["-y", "bitbucket-mcp"]
{
"mcpServers": {
"bitbucket-mcp": {
"args": [
"-y",
"bitbucket-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"bitbucket-mcp": {
"args": [
"-y",
"bitbucket-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.