Skip to content
MCP-Bridge
Developer Tools

App Center Client MCP Config

Microsoft Visual Studio App Center API

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/appcenter-ms.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/appcenter-ms.json to fetch programmatically.

{
  "mcpServers": {
    "appcenter-ms": {
      "command": "npx",
      "args": ["-y","@mcp/appcenter-ms"],
      "env": {
      "APP_CENTER_CLIENT_API_KEY": "your_app_center_client_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/appcenter-ms.json

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