Back to Apps

Bitrise MCP Server
Supports UIby bitrise-io
Manage Bitrise apps, builds, and artifacts directly from your AI assistant via the Bitrise API.
0 stars
Works in:VS Code CopilotCursorWindsurfGemini CLI
Exposes:Tools
What it does
Integrates the Bitrise CI/CD platform with MCP-compatible AI assistants, enabling automated app management, build monitoring, and artifact retrieval.
Tools
list_apps: List all Bitrise applications.get_app: Retrieve details for a specific application.list_branches: List branches for a given app.update_app: Update application settings.register_webhook: Set up new webhooks for automation.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"bitrise": {
"command": "bitrise-mcp",
"args": []
}
}
}
(Note: Detailed configuration varies by host; refer to the project documentation for specific environment variables or OAuth setup.)
Supported hosts
Claude Desktop, Claude Code, VS Code Copilot, Cursor, Windsurf, Gemini CLI, AWS Kiro
Quick install
go build -o bitrise-mcp .Information
- Pricing
- free
- Published
- 6/19/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json in ~/.cursor/ or project .cursor/Windsurf
Add to mcp_config.json entryGemini CLI
Add to settings.json mcpServers entryClaude Desktop
{
"mcpServers": {
"bitrise": {
"command": "bitrise-mcp",
"args": []
}
}
}VS Code Copilot
Add to settings.json github.copilot.chat.mcp.servers entry





