Skip to content
MCP-Bridge
Developer ToolsAuto-generated

App Center Client MCP Server

Microsoft Visual Studio App Center API

Quick Setup

Transport: STDIO

Command: npx -y @mcp/appcenter-ms

Environment Variables

APP_CENTER_CLIENT_API_KEY

Example: your_app_center_client_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "appcenter-ms": {
      "command": "npx",
      "args": ["-y","@mcp/appcenter-ms"],
      "env": {
      "APP_CENTER_CLIENT_API_KEY": "your_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