Back to MCP Servers

Bitrise

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

developer-toolsapi
By bitrise-io
4015Updated 1 week agoGoMIT

Installation

npx -y bitrise-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes

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.
  • OAuth-based Authentication: Sign in once with your Bitrise account — no need to copy a Personal Access Token. (PAT-based auth still supported for clients that don't speak MCP OAuth.)
  • Detailed Documentation: Well-documented tools with parameter descriptions.

Installation

Example prompts

Once connected, you can ask your AI assistant things like:

  • "Show me my last failed iOS build and explain why it failed."
  • "What's the success rate of my main branch builds over the last week?"
  • "Add a new team member to my workspace as an admin."

Support

For help, questions, or to report an issue, visit the Bitrise support portal.

Privacy

Use of the Bitrise MCP Server is governed by the Bitrise Privacy Policy.

View source on GitHub