Appcircle MCP Server
JSON →Appcircle's official MCP Server
Install
pip install -e Tools · 15
- list_profiles List all distribution profiles in Appcircle.
- create_profile Create a new distribution profile.
- get_profile Get details of a specific distribution profile.
- update_profile Update an existing distribution profile.
- delete_profile Delete a distribution profile.
- list_builds List all builds for a given profile.
- get_build Get details of a specific build.
- trigger_build Trigger a new build for a profile.
- list_app_versions List all app versions for a given build.
- get_app_version Get details of a specific app version.
- list_distribution_profiles List all distribution profiles (alias for list_profiles).
- create_distribution_profile Create a new distribution profile (alias for create_profile).
- get_distribution_profile Get details of a specific distribution profile (alias for get_profile).
- update_distribution_profile Update an existing distribution profile (alias for update_profile).
- delete_distribution_profile Delete a distribution profile (alias for delete_profile).
Environment variables
APPCIRCLE_ACCESS_TOKENAPPCIRCLE_API_URLAPPCIRCLE_MCP_ALLOWED_HOSTAPPCIRCLE_MCP_PORTAPPCIRCLE_TEST_ORGANIZATION_IDAPPCIRCLE_TEST_BRANCH_IDAPPCIRCLE_TEST_COMMIT_ID