bitrise-mcp
MCP Server for the Bitrise API, enabling app management, build operations, artifact management and more.
GitHub Stars
25
User Rating
Not Rated
Favorites
0
Views
49
Forks
9
Issues
4
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Python: 3.12.6
uv: Latest version
Installation Steps
1. Environment Setup
bash
Install pyenv and Python 3.12.6
curl -fsSL https://pyenv.run | bash
pyenv install 3.12.6
Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
2. Create Bitrise API Token
[Create a Bitrise API Token](https://devcenter.bitrise.io/api/authentication) and configure it.Troubleshooting
Common Issues
Issue: Environment not set up correctly Solution: Verify the installation of Python and uv.Additional Resources
Author Information
Related MCPs