Skip to content
MCP-Bridge
Developer Tools

App Center Client Claude Desktop Config

Add the App Center Client MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. 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_KEY

Replace your_app_center_client_api_key with your actual app center client api key

Endpoints

GET/v0.1/account/test/export

test_gdprExportAccounts

GET/v0.1/account/test/export/accounts

test_gdprExportAccount

GET/v0.1/account/test/export/featureFlags

test_gdprExportFeatureFlag

GET/v0.1/administeredOrgs

organizations_listAdministered

GET/v0.1/api_tokens

userApiTokens_list

POST/v0.1/api_tokens

userApiTokens_new

DELETE/v0.1/api_tokens/{api_token_id}

userApiTokens_delete

GET/v0.1/apps

apps_list

POST/v0.1/apps

apps_create

GET/v0.1/apps/{owner_name}/{app_name}

apps_get