App Center Client Claude Desktop Config
Add the App Center Client MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"appcenter-ms": {
"command": "npx",
"args": [
"-y",
"@mcp/appcenter-ms"
],
"env": {
"APP_CENTER_CLIENT_API_KEY": "your_app_center_client_api_key"
}
}
}
}Environment Variables
APP_CENTER_CLIENT_API_KEYReplace your_app_center_client_api_key with your actual app center client api key
Endpoints
GET
/v0.1/account/test/exporttest_gdprExportAccounts
GET
/v0.1/account/test/export/accountstest_gdprExportAccount
GET
/v0.1/account/test/export/featureFlagstest_gdprExportFeatureFlag
GET
/v0.1/administeredOrgsorganizations_listAdministered
GET
/v0.1/api_tokensuserApiTokens_list
POST
/v0.1/api_tokensuserApiTokens_new
DELETE
/v0.1/api_tokens/{api_token_id}userApiTokens_delete
GET
/v0.1/appsapps_list
POST
/v0.1/appsapps_create
GET
/v0.1/apps/{owner_name}/{app_name}apps_get