Google News & Trends MCP
Rank #4,059io.github.AKzar1el/mcp-trendpulse
Query Google News RSS feeds and search interest over time via Google Trends.
Google News & Trends MCP is a Model Context Protocol (MCP) server published by akzar1el. It ranks #4,059 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Google News & Trends MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jul 12, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 111,401 of 115,460 servers on MCP Toplist.
Use Google News & Trends MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-trendpulse -- uvx mcp-trendpulse[mcp_servers.mcp-trendpulse]
command = "uvx"
args = ["mcp-trendpulse"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-trendpulse": {
"command": "uvx",
"args": [
"mcp-trendpulse"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-trendpulse": {
"command": "uvx",
"args": [
"mcp-trendpulse"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-trendpulse": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-trendpulse"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-trendpulse": {
"command": "uvx",
"args": [
"mcp-trendpulse"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-trendpulse": {
"command": "uvx",
"args": [
"mcp-trendpulse"
]
}
}
}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.AKzar1el%2Fmcp-trendpulse)<a href="https://mcptoplist.com/server/io.github.AKzar1el%2Fmcp-trendpulse"><img src="https://mcptoplist.com/badge/io.github.AKzar1el%2Fmcp-trendpulse.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
akzar1el
Other servers by akzar1el
- GEO Tracker by DigestSEO#2,947 · 3 vers
- Google Search Console#4,116 · 3 vers
- Web Validator by DigestSEO#5,153 · 2 vers
- GodPrompt MCP Server#8,620 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 0.2.10 | Aug 30, 2026 |
| 0.2.9 | Jul 12, 2026 |
Frequently asked questions
- Who maintains Google News & Trends MCP?
- Google News & Trends MCP is maintained by akzar1el, which publishes 5 MCP servers (11 total versions) tracked on MCP Toplist.
- Is Google News & Trends MCP listed on the Official MCP Registry?
- Yes — Google News & Trends MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Google News & Trends MCP have?
- MCP Toplist tracks 2 versions of Google News & Trends MCP, most recently published on Aug 30, 2026.
- Where can I find the source code for Google News & Trends MCP?
- The source code for Google News & Trends MCP is hosted at github.com/akzar1el/mcp-trendpulse.