Trend Flow MCP Server

A type-safe JavaScript/TypeScript library for querying and exporting Google Trends data. It is available as a remote MCP endpoint.

Teams that work with api client, data analysis and google trends and want a hosted endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-07 · ★ 2 · #86 OF 93 MAINTAINED WEB SCRAPING · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Trend Flow

before you install - you'll need

Set TRENDFLOW_PROXY_URL before connecting.

Claude Code

claude mcp add dariomory-trendflow-js --transport http https://trendflow.mory.dev/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "dariomory-trendflow-js": {
      "url": "https://trendflow.mory.dev/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://trendflow.mory.dev/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-18

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to trendflow.mory.dev

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

repo age created 2026-08-05 - young repo, little track record yet

license MIT - declared in the repository

registry vendor namespace dev.mory - domain-verified with the official MCP registry

03 · What Trend Flow can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.2.0 · 2026-08-15

Reaches feature parity with trendflow-py 0.2.0. · Added · Search suggestions. suggestions(query) returns TopicSuggestion[] from the entity · picker the Trends UI uses. Needs no cookie and no reCAPTCHA token, and…

v0.1.0 · 2026-08-05

Initial release - the JavaScript/TypeScript port of · trendflow-py. Reaches feature parity with · trendflow-py 0.2.0. · Core API · interestOverTime(), interestByRegion(), trendingNow(), relatedQueries() · Region…

04 · Who maintains Trend Flow

TrendFlow is maintained by dariomory. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
web scraping - ranked #86 of 93 actively-maintained web scraping servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-08-15)
registry
dev.mory/trendflow (active, first published 2026-08-16)

06 · Trend Flow FAQ

What is Trend Flow?

A type-safe JavaScript/TypeScript library for querying and exporting Google Trends data. It is available as a remote MCP endpoint.

Is Trend Flow still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-07 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Trend Flow?

Run `claude mcp add dariomory-trendflow-js --transport http https://trendflow.mory.dev/mcp`. The README documents one environment variable (TRENDFLOW_PROXY_URL) to set first. Set TRENDFLOW_PROXY_URL before connecting. You can also paste the ready-made client config above.

Does Trend Flow require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-18; you can connect without credentials.

07 · Alternatives to Trend Flow