MCP Servers / cloud-service / Appcircle MCP Server

Appcircle MCP Server

JSON →
stdiononeofficialcloud-service

Appcircle's official MCP Server

Install
How to run this server
[ { "cmd": "pip install -e", "imports": [] } ]
server path: appcircle-mcp-server
Tools
What this server exposes
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).
Configuration
Environment & auth
authnone
envAPPCIRCLE_ACCESS_TOKEN
envAPPCIRCLE_API_URL
envAPPCIRCLE_MCP_ALLOWED_HOST
envAPPCIRCLE_MCP_PORT
envAPPCIRCLE_TEST_ORGANIZATION_ID
envAPPCIRCLE_TEST_BRANCH_ID
envAPPCIRCLE_TEST_COMMIT_ID
Resources
Appcircle MCP Server — MCP Server · libregistry