MCP (Model-Context Protocol) server that exposes the full Bitrise REST API as callable MCP tools (apps, builds, artifacts, pipelines, workspaces, release-management, etc.).
https://github.com/bitrise-io/bitrise-mcpStop switching between browser tabs to check build status, trigger releases, or manage your mobile app distribution. The Bitrise MCP server brings your entire CI/CD workflow directly into your AI assistant conversations.
Mobile developers spend countless hours jumping between Bitrise dashboards, build logs, and artifact management screens. You're debugging a failed build, need to trigger a hotfix release, or want to distribute a test build to your QA team - but first you have to navigate through web interfaces, remember app slugs, and hunt down the right build artifacts.
This MCP server eliminates that friction entirely. Your AI assistant becomes a direct interface to your Bitrise infrastructure, letting you manage everything conversationally.
Instant Build Management: Check build status, trigger new builds, or abort running ones without leaving your development environment. Ask "trigger a build for the hotfix branch" and it's done.
Streamlined Artifact Distribution: Generate install links, manage tester groups, and distribute builds to QA teams through simple requests. No more manual artifact hunting.
Real-time Pipeline Monitoring: Get build logs, check pipeline status, and monitor your entire CI/CD workflow from wherever you're working.
Workspace Administration: Manage team members, configure webhooks, and handle workspace settings without context switching.
Emergency Hotfix Deployment
"The payment bug is fixed on the hotfix-2.1.3 branch. Trigger a release build and distribute it to the QA team immediately."
The assistant triggers the build, monitors completion, and automatically distributes the artifact to your designated tester group.
Build Troubleshooting
"Why did the last iOS build fail? Show me the build log and any related artifacts."
Get immediate access to build details, logs, and diagnostic information without navigating multiple dashboard pages.
Team Collaboration
"Add [email protected] to the beta tester group for the Android app and notify the team about the new build."
Streamline team management and distribution workflows through natural conversation.
Release Pipeline Monitoring
"List all running builds across our mobile apps and show me any that have been running longer than 30 minutes."
Maintain oversight of your entire build infrastructure with conversational queries.
The server organizes its 61 tools into logical API groups - apps, builds, artifacts, webhooks, caching, pipelines, workspaces, and release management. Enable only what your team needs to optimize performance and reduce cognitive load.
For focused workflows, you might enable just builds and artifacts for basic CI/CD operations, or add release-management for comprehensive app distribution.
Claude Desktop Setup: Drop the configuration into your claude_desktop_config.json with your Bitrise token and you're operational.
VS Code Integration: Works seamlessly with GitHub Copilot Chat in agent mode, bringing CI/CD management directly into your coding environment.
Flexible Authentication: Supports both personal access tokens and workspace-specific tokens, so you can scope access appropriately for your team structure.
This isn't just about triggering builds. The server exposes Bitrise's complete feature set:
Install directly from GitHub:
{
"mcpServers": {
"bitrise": {
"command": "uvx",
"env": { "BITRISE_TOKEN": "<YOUR_TOKEN>" },
"args": [
"--from", "git+https://github.com/bitrise-io/[email protected]",
"bitrise-mcp"
]
}
}
}
The server is production-ready and officially maintained by Bitrise, so you're getting enterprise-grade reliability with the full backing of the platform team.
Your mobile development workflow just got significantly more efficient. Instead of managing CI/CD through multiple interfaces, you now have conversational access to your entire build and distribution pipeline.