Trends MCP for Zed Editor

Connect Trends MCP to Zed and query Google Search, YouTube, Reddit, TikTok, npm, and more without leaving your editor. Live trend data inside Zed's AI assistant, on demand.

Setup

Zed supports MCP servers through the context_servers key in your settings.json. Add Trends MCP with the following configuration:

{
  "context_servers": {
    "trends-mcp": {
      "source": "custom",
      "command": {
        "path": "npx",
        "args": ["-y", "trendsmcp"]
      }
    }
  }
}

Open Zed settings with cmd+shift+p (Mac) or ctrl+shift+p (Linux/Windows), search for "Open Settings", paste the snippet above, and restart Zed. Trends MCP tools will be available in the Zed AI panel immediately.

get_trends

In Zed AI, check whether a framework or library is gaining or losing traction before committing to it in a project - returns a 5-year weekly normalized adoption curve.

get_trends(keyword='bun', source='npm', data_mode='weekly')

get_growth

Compare npm download growth for multiple packages in a single query - useful for dependency selection, technology due diligence, and library benchmarking.

get_growth(keyword='zod', source='npm, google search', percent_growth=['3M', '12M'])

get_ranked_trends

Surface the fastest-growing npm packages by download count growth - useful for finding emerging libraries and frameworks before they become mainstream choices.

get_ranked_trends(source='npm', sort='yoy_pct_change', limit=30)

get_top_trends

See what is trending in developer communities on Reddit, Google Trends, or Google News right now - surfaces the technical topics and tools dominating developer discussion today.

get_top_trends(type='Reddit Hot Posts', limit=20)

Common questions

Yes. Zed added MCP server support in late 2025. You can configure MCP servers in Zed's settings.json file under the context_servers key. Once added, Trends MCP tools are available directly inside Zed AI chat and agentic sessions.
Open Zed's settings.json (cmd+shift+p, then 'Open Settings'), add Trends MCP under context_servers with the server URL and transport type. Restart Zed and the tools will be available in your AI chat panel.
Three main uses: checking npm package adoption trends before adding a dependency, validating that a technology or framework is still growing before building on it, and researching competitor and market trends during product or technical planning sessions without leaving the editor.
Yes. Trends MCP tools are callable by Zed's AI in both chat and agent contexts. You can ask Zed to look up npm trends, compare package growth rates, or surface what is trending in tech communities - all handled inline.
Get Trends MCP for Zed Editor in 30 seconds
Free tier includes 100 requests per month. No credit card required. Works with Claude, Cursor, ChatGPT, Raycast, and every MCP client.
Get your free API key