bitrise-io/bitrise-mcp
MCP Server for the [Bitrise](https://bitrise.io) API, enabling app management, build operations, artifact management and more.
Quick Start
Clone the repository:
git clone https://github.com/bitrise-io/bitrise-mcpClaude Desktop configuration example:
{
"mcpServers": {
"bitrise-mcp": {
"command": "npx",
"args": [
"-y",
"bitrise-io/bitrise-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.