Apple Ads MCP for VS Code
io.github.zelentsov-dev/apple-ads-mcp
Local Apple Ads research, optimization, and receipt-gated App Store campaign management.
client:VS Code
transport:stdio
runtime:oci
Install Apple Ads MCP in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "apple-ads-mcp-config",
"description": "APPLE_ADS_MCP_CONFIG",
"password": true
}
],
"servers": {
"apple-ads-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/zelentsov-dev/apple-ads-mcp:v0.3.6"
],
"env": {
"APPLE_ADS_MCP_CONFIG": "${input:apple-ads-mcp-config}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs