bitbucket-server-mcp-server

garc33/bitbucket-server-mcp-server
★ 58 stars JavaScript 📦 Other Updated 16d ago
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bitbucket-server-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "garc33/bitbucket-server-mcp-server"
      ]
    }
  }
}