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) |
Capabilities
Features and capabilities supported by this server
| 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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aashari/mcp-server-atlassian-bitbucket'
If you have feedback or need assistance with the MCP directory API, please join our Discord server