Back to MCP Servers
Server Bitbucket
Bitbucket MCP server with 58 tools for repository management, PRs, pipelines, branches, commits, deployments, webhooks, tags, branch restrictions, and source browsing.
version-controldeploymentrest
By JaviMaligno
Installation
npx -y mcp-server-bitbucketConfiguration
{
"mcpServers": {
"mcp-server-bitbucket": {
"command": "npx",
"args": ["-y", "mcp-server-bitbucket"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes