bitbucket mcp server for Cline
io.github.droplinkperformance/bitbucket-mcp-server
Provider-agnostic, AI-review-first MCP server for Bitbucket Cloud.
client:Cline
transport:stdio
runtime:npm
Install bitbucket mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"bitbucket-mcp-server": {
"command": "npx",
"args": [
"-y",
"@droplinkperformance/bitbucket-mcp-server"
],
"env": {
"BITBUCKET_ACCESS_TOKEN": "<BITBUCKET_ACCESS_TOKEN>",
"BITBUCKET_EMAIL": "<BITBUCKET_EMAIL>",
"BITBUCKET_DEFAULT_WORKSPACE": "<BITBUCKET_DEFAULT_WORKSPACE>",
"LLM_PROVIDER": "<LLM_PROVIDER>",
"OPENAI_API_KEY": "<OPENAI_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs