Install one command
$ npx -y @aashari/mcp-server-atlassian-bitbucket get --path "/workspaces"
Or add it with the Claude CLI: claude mcp add aashari-mcp-server-atlassian-bitbucket
Configuration generate & copy
Values are filled in locally in your browser — nothing is sent anywhere.
claude_desktop_config.json {
"mcpServers": {
"aashari-mcp-server-atlassian-bitbucket": {
"command": "npx",
"args": ["-y", "@aashari/mcp-server-atlassian-bitbucket", "get", "--path", ""/workspaces""],
"env": {
"ATLASSIAN_API_TOKEN": "<your-atlassian-api-token>",
"ATLASSIAN_BITBUCKET_APP_PASSWORD": "<your-atlassian-bitbucket-app-password>",
"ATLASSIAN_USER_EMAIL": "<your-atlassian-user-email>",
"ATLASSIAN_BITBUCKET_USERNAME": "<your-atlassian-bitbucket-username>"
}
}
}
}Paste the Claude Desktop snippet under mcpServers in your config, then restart Claude Desktop — or run the Claude Code command in your terminal.