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 claude_desktop_config.json
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 under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.