Bitbucket MCPServer

MatanYemini
GitHub
version controldeveloper toolsAPI integration

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server for integration with Bitbucket Cloud and Server APIs. This MCP server enables AI assistants to interact with your Bitbucket repositories, pull requests, and other resources.

📝 JSON Entries

{
  "mcpServers": [
    {
      "bitbucket": {
        "env": {
          "BITBUCKET_URL": "https://bitbucket.org/your-workspace",
          "BITBUCKET_PASSWORD": "your-app-password",
          "BITBUCKET_USERNAME": "your-username"
        },
        "args": [
          "-y",
          "bitbucket-mcp@latest"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

getPullRequestslistRepositoriesgetRepository

Features

  • Access to repository content
  • Management of pull requests
  • Secure operations with no DELETE actions

💬 Example Queries

  • List my repositories in Bitbucket
  • Get details for a specific repository
  • Show all open pull requests