← Discover MCPs and Agents
b
MCPAPIs & IntegrationsGitHub

bitrise-mcp

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

Links

README

From the repo.

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.

Collected info

  • 39 stars
  • 15 forks
  • Language: Go
  • Source updated: 6/19/2026

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.