google-trends-mcp
Rank #58,325io.github.purahmanian/google-trends-mcp
Google Trends MCP server: interest over time, comparisons, related queries, trending searches
google-trends-mcp is a Model Context Protocol (MCP) server published by purahmanian. It ranks #58,325 of 115,591 servers tracked on MCP Toplist. google-trends-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 5, 2026 and most recently updated on Jun 5, 2026.
Ranks ahead of 57,266 of 115,591 servers on MCP Toplist.
Use google-trends-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add google-trends-mcp -- npx -y google-trends-mcp[mcp_servers.google-trends-mcp]
command = "npx"
args = ["-y", "google-trends-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"google-trends-mcp": {
"command": "npx",
"args": [
"-y",
"google-trends-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"google-trends-mcp": {
"command": "npx",
"args": [
"-y",
"google-trends-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"google-trends-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"google-trends-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"google-trends-mcp": {
"command": "npx",
"args": [
"-y",
"google-trends-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"google-trends-mcp": {
"command": "npx",
"args": [
"-y",
"google-trends-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.purahmanian%2Fgoogle-trends-mcp)<a href="https://mcptoplist.com/server/io.github.purahmanian%2Fgoogle-trends-mcp"><img src="https://mcptoplist.com/badge/io.github.purahmanian%2Fgoogle-trends-mcp.svg" alt="MCP Toplist: #58,325 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
purahmanian
Other servers by purahmanian
View all purahmanian servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jun 5, 2026 |
Frequently asked questions
- Who maintains google-trends-mcp?
- google-trends-mcp is maintained by purahmanian, which publishes 4 MCP servers (5 total versions) tracked on MCP Toplist.
- Is google-trends-mcp listed on the Official MCP Registry?
- Yes — google-trends-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does google-trends-mcp have?
- MCP Toplist tracks 1 version of google-trends-mcp, most recently published on Jun 5, 2026.
- Where can I find the source code for google-trends-mcp?
- The source code for google-trends-mcp is hosted at github.com/purahmanian/google-trends-mcp.