Atlassian Bitbucket MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ATLASSIAN_API_TOKEN | No | Your scoped API token (starts with ATATT) | |
| ATLASSIAN_USER_EMAIL | No | Your Atlassian account email address | |
| BITBUCKET_DEFAULT_WORKSPACE | No | Your default workspace slug to avoid specifying it every time | |
| ATLASSIAN_BITBUCKET_USERNAME | No | Your Bitbucket username (legacy method) | |
| ATLASSIAN_BITBUCKET_APP_PASSWORD | No | Your Bitbucket app password (legacy method) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bb_getA | Read any Bitbucket data. Returns TOON format by default (30-60% fewer tokens than JSON). IMPORTANT - Cost Optimization:
Schema Discovery Pattern:
Output format: TOON (default, token-efficient) or JSON ( Common paths:
Query params: Example filters (q param): JQ examples: The |
| bb_postA | Create Bitbucket resources. Returns TOON format by default (token-efficient). IMPORTANT - Cost Optimization:
Output format: TOON (default) or JSON ( Common operations:
The |
| bb_putA | Replace Bitbucket resources (full update). Returns TOON format by default. IMPORTANT - Cost Optimization:
Output format: TOON (default) or JSON ( Common operations:
The |
| bb_patchA | Partially update Bitbucket resources. Returns TOON format by default. IMPORTANT - Cost Optimization: Use Output format: TOON (default) or JSON ( Common operations:
The |
| bb_deleteA | Delete Bitbucket resources. Returns TOON format by default. Output format: TOON (default) or JSON ( Common operations:
Note: Most DELETE endpoints return 204 No Content on success. The |
| bb_cloneA | Clone a Bitbucket repository to your local filesystem using SSH (preferred) or HTTPS. Provide |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |