Cloud Infrastructure
Trust: 25/100 (Limited)Bitbucket MCP Guide
Model Context Protocol (MCP) server for Bitbucket Cloud and Server API integration
Quick Start
Install
npx bitbucket-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-matanyemini-bitbucket-mcp": {
"command": "npx",
"args": [
"bitbucket-mcp"
]
}
}
}