Bitbucket MCP Server for VS Code
io.github.lawp09/bitbucket-mcp
MCP server for Bitbucket API - manage repositories, pull requests, comments, pipelines and more
client:VS Code
transport:stdio
runtime:pypi
Install Bitbucket MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"bitbucket-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"bitbucket-mcp-py"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs