Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"bitbucket-cloud": {
"command": "npx",
"args": [
"-y",
"https://github.com/vkkotha/bitbucket-mcp-server/releases/latest/download/bitbucket-mcp-server.tgz"
],
"url": "https://github.com/vkkotha/bitbucket-mcp-server/releases/latest/download/bitbucket-mcp-server.tgz",
"env": {
"BITBUCKET_USERNAME": "${BITBUCKET_USERNAME}",
"BITBUCKET_APP_PASSWORD": "${BITBUCKET_APP_PASSWORD}"
}
}
}
}Replace placeholder values for: BITBUCKET_APP_PASSWORD
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
npxhttps://github.com/vkkotha/bitbucket-mcp-server/releases/latest/download/bitbucket-mcp-server.tgzBITBUCKET_USERNAME=${BITBUCKET_USERNAME}BITBUCKET_APP_PASSWORD=${BITBUCKET_APP_PASSWORD}