Trendzeist – Google Trends for content ideation for Cursor
io.github.phalkmin/trendzeist-mcp
Free Google Trends MCP: ranked breakout/rising/evergreen topics for content ideas. No API key.
client:Cursor
transport:stdio
runtime:pypi
Install Trendzeist – Google Trends for content ideation in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"trendzeist-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"trendzeist-mcp"
],
"env": {
"TRENDZEIST_HL": "<TRENDZEIST_HL>",
"TRENDZEIST_MIN_INTERVAL": "<TRENDZEIST_MIN_INTERVAL>",
"TRENDZEIST_PROXIES": "<TRENDZEIST_PROXIES>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs