Skip to main content
Developer ToolsPython

bitrise-io/bitrise-mcp

MCP Server for the [Bitrise](https://bitrise.io) API, enabling app management, build operations, artifact management and more.

developer-toolsofficialcloud-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/bitrise-io/bitrise-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "bitrise-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bitrise-io/bitrise-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
bitrise-io