Install on VS Code
Add to your .vscode/mcp.json file:
{
"mcpServers": {
"hopkin-meta-ads": {
"type": "http",
"url": "https://mcp.hopkin.ai/meta-ads/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
},
"hopkin-google-ads": {
"type": "http",
"url": "https://mcp.hopkin.ai/google-ads/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
},
"hopkin-linkedin-ads": {
"type": "http",
"url": "https://mcp.hopkin.ai/linkedin-ads/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
},
"hopkin-reddit-ads": {
"type": "http",
"url": "https://mcp.hopkin.ai/reddit-ads/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
},
"hopkin-tiktok-ads": {
"type": "http",
"url": "https://mcp.hopkin.ai/tiktok-ads/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Replace YOUR_API_KEY with your key from app.hopkin.ai/api-keys. You only need to include the platforms you use.
Next steps
Once configured, verify your connection by asking Copilot: "Check my Hopkin auth status for Meta Ads". See Your First Query for a full walkthrough.