CLI Profile
Mcp Atlassian Bitbucket CLI Observed Listing Aashari vlatest
Node.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MC
Install Matrix
macOS Linux
npm
npm install -g @aashari/mcp-server-atlassian-bitbucket Copy
hash: unavailable
Auth Guide
API Key default
Token refresh: Rotate Mcp Atlassian Bitbucket CLI token/credential in provider settings.
Step 1
Export required environment variables: MCP_ATLASSIAN_BITBUCKET_TOKEN
Command Map
Global Flags
--help (boolean) - Display command help and usage options.Ai Inference
mcp-atlassian-bitbucket login
Copy Authenticate model provider account
Output: Plain text ai-inference developer-loop
Example 1
mcp-atlassian-bitbucket login Example 2
mcp-atlassian-bitbucket login --help Known errors: Model access denied; Login flow interrupted; Token expired or missing scope
mcp-atlassian-bitbucket models
Copy List available models
Output: Table ai-inference developer-loop
Example 1
mcp-atlassian-bitbucket models Example 2
mcp-atlassian-bitbucket models --help Known errors: Model access denied; Inference job failed; Provider quota exceeded
mcp-atlassian-bitbucket run
Copy Run model inference
Output: Table ai-inference developer-loop
Example 1
mcp-atlassian-bitbucket run Example 2
mcp-atlassian-bitbucket run --help Known errors: Model access denied; Inference job failed; Provider quota exceeded
mcp-atlassian-bitbucket deploy
Copy Deploy inference endpoint
Output: Plain text ai-inference developer-loop
Example 1
mcp-atlassian-bitbucket deploy Example 2
mcp-atlassian-bitbucket deploy --help Known errors: Model access denied; Project or environment not linked; Build/deploy operation failed on remote provider
mcp-atlassian-bitbucket status
Copy Check job/run status
Output: JSON ai-inference developer-loop
Example 1
mcp-atlassian-bitbucket status Example 2
mcp-atlassian-bitbucket status --help Known errors: Resource not found for current context; Inference job failed; Provider quota exceeded
Workflow Recipes
No workflow chains currently reference this CLI.
Compatibility
Claude Code Untested Estimated Codex CLI Untested Estimated Gemini CLI Untested Estimated Cline Untested Estimated Aider Untested Estimated OpenCode Untested Estimated
Requirements
Runtime: Standalone binary / package-managed CLI Platforms: macOS, Linux (arm64, x86_64) Approx. Size (estimated): ~29 MB Permissions
Network: Yes Filesystem: Read/Write Credentials: MCP_ATLASSIAN_BITBUCKET_TOKEN Ports: Not declared Safe Execution
This CLI has broad system access. Recommended: run inside a container/sandbox.
docker run --rm -it node:20 sh -c "npm install -g @aashari/mcp-server-atlassian-bitbucket && mcp-atlassian-bitbucket --help"
Listing Stats
Queries/Week: 82.4 Trust Score: 79.0 Last Verified: 2/17/2026, 6:51:51 PM Last Updated: 2/17/2026, 6:51:51 PM Website: https://github.com/aashari/mcp-server-atlassian-bitbucket#readme Version Feed
Version: #1 ID: lv_mcp-atlassian-bitbucket_1 Updated: 2/17/2026, 6:51:51 PM Changes: commands, auth, install