streamable-httpupdated 2mo ago
MCP Server for the Bitrise API, enabling app management, build operations, artifact management, and more.
What can you do with Bitrise?
Bitrise MCP Server
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
- VS Code - Installation for VS Code IDE
- GitHub Copilot in other IDEs - Installation for JetBrains, Visual Studio, Eclipse, and Xcode with GitHub Copilot
- Claude Applications - Installation guide for Claude Desktop and Claude Code CLI
- Cursor - Installation guide for Cursor IDE
- Windsurf - Installation guide for Windsurf IDE
- Gemini CLI - Installation guide for Gemini CLI
- AWS Kiro - Installation guide for AWS Kiro IDE
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.
Install
Add Bitrise to your client. Pick the one you use.
claude mcp add --transport http bitrise https://mcp.bitrise.io/codex mcp add bitrise --url https://mcp.bitrise.io/{
"mcpServers": {
"bitrise": {
"url": "https://mcp.bitrise.io/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"bitrise": {
"type": "http",
"url": "https://mcp.bitrise.io/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"bitrise": {
"url": "https://mcp.bitrise.io/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"bitrise": {
"serverUrl": "https://mcp.bitrise.io/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation11/25
- Maintenance16/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 81 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 2.5.0Latest | Jun 12, 2026 |
| v2.4.1 | Feb 13, 2026 |