Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
Bitrise MCP Server provides access to Bitrise API functionalities for app management, build operations, artifact management and more through a Model Context Protocol (MCP) interface.
Add this to your MCP client configuration:
{
"mcpServers": {
"bitrise-io-bitrise-mcp": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/bitrise-io/bitrise-mcp@v1.1.0",
"bitrise-mcp"
],
"env": {
"BITRISE_TOKEN": "<Your Bitrise API token>"
}
}
}
}{
"id": "bitrise-io-bitrise-mcp",
"name": "Bitrise",
"description": "Bitrise MCP Server provides access to Bitrise API functionalities for app management, build operations, artifact management and more through a Model Context Protocol (MCP) interface.",
"source_url": "https://github.com/bitrise-io/bitrise-mcp",
"publisher_name": "bitrise-io",
"publisher_url": "https://github.com/bitrise-io",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 0,
"requires_oauth": false,
"distribution": {
"type": "source",
"package": ""
},
"tools_count": 56
}