Skip to content
VS Code

Bitbucket MCP for VS Code

io.github.matanyemini/bitbucket-mcp

Model Context Protocol (MCP) server for Bitbucket Cloud and Server API integration

client:VS Code transport:stdio runtime:npm

Install Bitbucket MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "bitbucket-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bitbucket-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Bitbucket MCP in other clients