Skip to main content
Glama
trendsmcp-ai

reddit-trends-mcp

by trendsmcp-ai

reddit-trends-mcp

Reddit Trends MCP Works with Claude Works with Cursor

面向AI的Reddit讨论趋势数据 衡量Reddit上任何话题的讨论热度。社区讨论量、增长中的子版块兴趣以及历史活动数据——均可通过AI查询,无需受Reddit API限制。

完整文档和在线演示: https://trendsmcp.ai/reddit-trends

属于 Trends MCP 的一部分——覆盖12+数据源的实时趋势数据MCP服务器。 查看主仓库:https://github.com/trendsmcp/trends-mcp


两步快速开始

第一步:trendsmcp.ai 获取免费API密钥 每天100次请求,无需信用卡。

第二步: 添加到你的AI客户端(将 YOUR_API_KEY 替换为你的密钥):

+ 一键添加到 Cursor

Cursor / Windsurf / Cline   (~/.cursor/mcp.json 或等效文件)

{
  "mcpServers": {
    "trends-mcp": {
      "url": "https://api.trendsmcp.ai/mcp",
      "transport": "http",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}

VS Code / GitHub Copilot   (.vscode/mcp.json

{
  "servers": {
    "trends-mcp": {
      "type": "http",
      "url": "https://api.trendsmcp.ai/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}

Claude Desktop   (claude_desktop_config.json) 用户 → 设置 → 开发者 → 编辑配置 — 在 mcpServers 内添加

{
  "mcpServers": {
    "trends-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.trendsmcp.ai/mcp",
        "--header",
        "Authorization:${AUTH_HEADER}"
      ],
      "env": {
        "AUTH_HEADER": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Claude.ai(浏览器)   设置 -> 连接器 -> 添加自定义连接器:

https://api.trendsmcp.ai/mcp

Related MCP server: Reddit MCP Server

示例查询

连接后,向你的AI提问:

get_trends(keyword='electric vehicles', source='reddit', data_mode='weekly')

可用工具

工具

功能说明

get_trends

获取该数据源中某个关键词的时间序列数据

get_growth

获取1周、1月、3月、6月、1年周期的增长率

get_top_trends

获取该数据源当前的热门趋势

get_ranked_trends

按讨论量排序的热门话题


常见问题

Reddit 讨论量趋势——某个话题在平台上的标准化兴趣随时间变化,包括增长率和历史时间序列。不是原始帖子数量,而是经过标准化处理的、适合趋势比较的需求信号。

这对追踪品牌相关的社区情绪有用吗?

对于量级信号,是的。Trends MCP 可以显示围绕某个品牌的讨论是在增长还是萎缩。对于情绪分析,新闻数据源提供情绪评分;Reddit 提供纯量级背景信息。

可以追踪特定子版块吗?

当前信号是针对关键词的全平台 Reddit 讨论量。子版块级别的过滤功能已在路线图中。

Reddit 通常反映小众、爱好者和早期采用者社区,这些话题往往先于主流 Google 搜索出现。对比两者可以揭示兴趣仍处于地下阶段还是正在走向主流。


所有数据源

Trends MCP 通过一个连接覆盖12+数据源: Google 搜索、YouTube、TikTok、Reddit、亚马逊、维基百科、 新闻情绪、网站流量、应用下载量、Steam、npm 等。

浏览全部:https://trendsmcp.ai/data-sources


也可作为 Python 客户端使用

相同的 API 密钥可直接在 Python 中使用——无需 MCP 主机。

pip install reddit-trends-mcp
import os
from reddit_trends_mcp import TrendsMcpClient, SOURCE

client = TrendsMcpClient(api_key=os.environ["TRENDSMCP_API_KEY"])

series  = client.get_trends(source=SOURCE, keyword="your keyword")
growth  = client.get_growth(source=SOURCE, keyword="your keyword", percent_growth=["1M", "3M", "12M"])
top     = client.get_top_trends(type="Reddit", limit=10)

完整 Python 文档:trendsmcp.ai/docs

许可证

MIT © Trends MCP

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Enables AI assistants to browse Reddit, search posts, analyze user activity, and fetch comments without requiring API keys. Features smart caching, clean data responses, and optional authentication for higher rate limits.
    8
    5
    1,883
    788
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI agents to search, monitor, and analyze Reddit's communities and discussions through authenticated API access with intelligent caching and rate limiting.
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Provides Reddit discussion volume trends, growth rates, and top trending topics for any keyword, accessible via MCP tools and Python client.
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to browse Reddit, analyze stock buzz, and detect trending stocks with intelligent context analysis.
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/trendsmcp-ai/reddit-trends-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server