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.jsonConfiguration 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
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.jsonEnvironment 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