streamable-httpupdated 2mo ago
MCP Server for the Bitrise API, enabling app management, build operations, artifact management, and more.
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.
安装
把 Bitrise 添加到你的客户端。选择你正在使用的那个。
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`.
评分
39 / 100
不完整
- 文档11/25
- 维护16/25
- 可信度6/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 2.5.0最新 | 2026年6月12日 |
| v2.4.1 | 2026年2月13日 |