MCP server that exposes Bitbucket Cloud operations to AI agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"self-bitbucket-bridg": {
"command": "npx",
"args": [
"-y",
"MarcosAlves90/self-bitbucket-bridge-mcp"
]
}
}
}
Run in terminal:
claude mcp add self-bitbucket-bridg npx -y MarcosAlves90/self-bitbucket-bridge-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"self-bitbucket-bridg": {
"command": "npx",
"args": [
"-y",
"MarcosAlves90/self-bitbucket-bridge-mcp"
]
}
}
}
README Excerpt
MCP server that exposes Bitbucket Cloud operations to AI agents. - [Setup](#setup) - [MCP Client Config](#mcp-client-config) - [Tools](#tools) - [Repositories](#repositories) - [Pull Requests](#pull-requests) - [Pipelines](#pipelines) - [Comments](#comments) ```bash npm install cp .env.example .env ```
Tools (14)
add_pr_commentadd_pr_replyapprove_pull_requestcreate_pull_requestget_pipelineget_pull_requestlist_brancheslist_commitslist_pipelineslist_pr_commentslist_pull_requestslist_repositoriesmerge_pull_requestrepo
Topics
javascriptmcpmcp-servernodejs