HomeDevelopment › Bitrise

Bitrise

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

Official Python Cloud macOSWindowsLinux Remote
★ 42 stars Last pushed 2026-09-22 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.bitrise.io/ Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http bitrise-mcp https://mcp.bitrise.io/ --header "Authorization: <YOUR_VALUE>" --header "x-bitrise-enabled-api-groups: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "bitrise-mcp": {
      "url": "https://mcp.bitrise.io/",
      "headers": {
        "Authorization": "<YOUR_VALUE>",
        "x-bitrise-enabled-api-groups": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Optional. Bitrise Personal Access Token (format: 'Bearer YOUR_TOKEN') for MCP clients that don't yet support OAuth. Get your token from https://app.bitrise.io/me/account/security. Modern MCP clients (Claude, Cursor, VS Code, etc.) can leave this unset and the server will trigger the OAuth flow automatically on first tool use.
  • x-bitrise-enabled-api-groups — Comma-separated list of API groups to enable (e.g., 'apps,builds,workspaces'). Leave empty to enable all groups.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry