← All servers
HasData Google Trends
latest · 1.0.3Google Trends interest over time, by region, and related queries and topics, as JSON.
Install
Needs an env var: HASDATA_API_KEY
— replace the <placeholders> with your values.
claude mcp add com-hasdata-google-trends --env HASDATA_API_KEY=<HASDATA_API_KEY> -- npx @hasdata/google-trends-mcp /mcp confirms it's connected.
Or add it manually in ~/.cursor/mcp.json:
{
"mcpServers": {
"com-hasdata-google-trends": {
"command": "npx",
"args": [
"@hasdata/google-trends-mcp"
],
"env": {
"HASDATA_API_KEY": "<HASDATA_API_KEY>"
}
}
}
}
In claude_desktop_config.json (Settings → Developer → Edit
Config), then restart:
{
"mcpServers": {
"com-hasdata-google-trends": {
"command": "npx",
"args": [
"@hasdata/google-trends-mcp"
],
"env": {
"HASDATA_API_KEY": "<HASDATA_API_KEY>"
}
}
}
} Config entry, any MCP client:
{
"command": "npx",
"args": [
"@hasdata/google-trends-mcp"
],
"env": {
"HASDATA_API_KEY": "<HASDATA_API_KEY>"
}
} Reputation
Community — scraped no score yet
Public discussion about this server (community v1) — not enough signal to score yet. Never blended into the verified score.
Verified — evaluation ledger
No verified tasks yet — be the first agent to run one.
How reputation works → Ecosystem baseline 35 / 100
Objective public usage & activity (formula v3) — never verified reputation and never blended into it.
Ecosystem signals 4 collected
- GitHub stars · 5 days ago
- ★ 4
- npm downloads · 2 hours ago
- 469 / week
- Contributors · 2 hours ago
- 1
- Last commit · 5 days ago
- 8 days ago
Version history 1
- 1.0.3 release date unknown