Loading languages...
BI

bitrise-io/bitrise-mcp

@bitrise-io26

MCP Server for the Bitrise API, enabling app management, build operations, artifact management and more.

bitrise
ci/cd
api

Bitrise MCP Server

Build Status

MCP Server for the Bitrise API, enabling app management, build operations, artifact management, and more.

Features

  • Comprehensive API Access: Access to Bitrise APIs including apps, builds, artifacts, and more.
  • Authentication Support: Secure API token-based access to Bitrise resources.
  • Detailed Documentation: Well-documented tools with parameter descriptions.

Installation

# mcpServer Config

{
  "mcp": {
    "servers": {
      "bitrise": {
        "command": "uvx",
        "args": [
          "--from",
          "git+https://github.com/bitrise-io/[email protected]",
          "bitrise-mcp"
        ],
        "type": "stdio",
        "env": {
          "BITRISE_TOKEN": "${input:bitrise-workspace-token}"
        }
      }
    }
  }
}

# stdio

uvx --from git+https://github.com/bitrise-io/[email protected] bitrise-mcp
Transport:
stdio
Language:
Go
Created: 4/1/2025
Updated: 2/3/2026