Google data (Trends, YouTube, Ads Transparency, Play) for Cursor
io.github.ducnhd/google-data-mcp
Google Trends, YouTube, Ads Transparency and Play reviews over plain HTTP. No API key.
client:Cursor
transport:stdio
runtime:pypi
Install Google data (Trends, YouTube, Ads Transparency, Play) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"google-data-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"google-data-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs