Skip to content
VS Code

Bitrise for VS Code

io.github.bitrise-io/bitrise-mcp

Set up & manage mobile CI/CD on Bitrise: build, test, distribute iOS, Android, Flutter, RN apps.

client:VS Code transport:streamable-http

Install Bitrise in VS Code

.vscode/mcp.json

{
  "servers": {
    "bitrise-mcp": {
      "type": "http",
      "url": "https://mcp.bitrise.io/"
    }
  }
}

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

Bitrise in other clients