StackMCP
devops

Bitbucket MCP

70

Atlassian

Interact with Atlassian Bitbucket workspaces, repositories, pull requests, and code search through the Bitbucket API.

3201.8k/wk5.2K tokens(3%)1w ago
bitbucketgitrepositoriespull-requestsatlassian

Quick Setup

Paste in ~/.claude.json

json
{
  "mcpServers": {
    "bitbucket-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@aashari/mcp-server-atlassian-bitbucket"
      ],
      "env": {
        "ATLASSIAN_BITBUCKET_USERNAME": "YOUR_ATLASSIAN_BITBUCKET_USERNAME",
        "ATLASSIAN_BITBUCKET_TOKEN": "YOUR_ATLASSIAN_BITBUCKET_TOKEN"
      }
    }
  }
}
View on GitHubnpm