Google Trends API for VS Code
ai.trendsapi/google-trends
Google Trends search interest over time with growth metrics. Free key at trendsapi.ai
client:VS Code
transport:streamable-http
Install Google Trends API in VS Code
.vscode/mcp.json
{
"servers": {
"google-trends": {
"type": "http",
"url": "https://google-trends.api.trendsapi.ai/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs