
MCP Server Atlassian Bitbucket
Supports UIby aashari
Connect AI assistants to Bitbucket Cloud for repository management, pull request insights, and code search.
What it does
This server provides a standardized interface for AI systems to interact with Atlassian Bitbucket Cloud. It enables AI to list workspaces, manage repositories, analyze pull requests, and perform code clones using natural language.
Tools
bb_get: GET any Bitbucket API endpoint to read data.bb_post: POST to create resources like pull requests or comments.bb_put: PUT to replace resources.bb_patch: PATCH for partial updates to resources.bb_delete: DELETE to remove branches or resources.bb_clone: Clone a repository locally for deeper analysis.
Installation
{
"mcpServers": {
"bitbucket": {
"command": "npx",
"args": ["-y", "@aashari/mcp-server-atlassian-bitbucket"],
"env": {
"ATLASSIAN_USER_EMAIL": "your.email@company.com",
"ATLASSIAN_API_TOKEN": "your_scoped_api_token"
}
}
}
}
Supported hosts
Claude Desktop, Cursor AI, Continue.dev, Cline.
Quick install
npx -y @aashari/mcp-server-atlassian-bitbucketInformation
- Pricing
- free
- Published
- 4/27/2026
- stars






