Home › Development › Bitrise
Bitrise
Set up & manage mobile CI/CD on Bitrise: build, test, distribute iOS, Android, Flutter, RN apps.
Topics: Developer Tools
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://mcp.bitrise.io/ Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http bitrise-mcp https://mcp.bitrise.io/ --header "Authorization: <YOUR_VALUE>" --header "x-bitrise-enabled-api-groups: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"bitrise-mcp": {
"url": "https://mcp.bitrise.io/",
"headers": {
"Authorization": "<YOUR_VALUE>",
"x-bitrise-enabled-api-groups": "<YOUR_VALUE>"
}
}
}
}
Authorizationsecret — Optional. Bitrise Personal Access Token (format: 'Bearer YOUR_TOKEN') for MCP clients that don't yet support OAuth. Get your token from https://app.bitrise.io/me/account/security. Modern MCP clients (Claude, Cursor, VS Code, etc.) can leave this unset and the server will trigger the OAuth flow automatically on first tool use.x-bitrise-enabled-api-groups— Comma-separated list of API groups to enable (e.g., 'apps,builds,workspaces'). Leave empty to enable all groups.
Related servers
Codebase Memory
Codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.
claude-task-master
AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI,…
Figma-Context-MCP
Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.
git-mcp
[gitmcp.io](https://gitmcp.io/) is a generic remote MCP server to connect to ANY [GitHub](https://www.github.com) repository or project…
Repowise
Codebase intelligence for AI coding agents — graph, git history, docs, decisions, code health.
mobile-mcp
MCP server for iOS and Android Mobile Development, Automation and Testing
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry