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이 어떤 주제에 대해 얼마나 많이 이야기하는지 측정하세요. 커뮤니티 토론 볼륨, 성장하는 서브레딧 관심도, 과거 활동 데이터 - 모두 Reddit API 한도에 걸리지 않고 AI에서 조회할 수 있습니다.

전체 문서 및 라이브 데모: https://trendsmcp.ai/reddit-trends

**Trends MCP**의 일부 - 12개 이상의 소스에서 실시간 트렌드 데이터를 제공하는 MCP 서버입니다. 메인 저장소 보기: https://github.com/trendsmcp/trends-mcp


2단계로 시작하기

1단계: **trendsmcp.ai**에서 무료 API 키를 받으세요. 하루 100회 요청, 신용카드 불필요.

2단계: 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

1W, 1M, 3M, 6M, 1Y 기간의 성장률(%)

get_top_trends

현재 이 소스에서 트렌딩 중인 주제

get_ranked_trends

토론량 순으로 정렬된 상위 주제


자주 묻는 질문

Reddit 토론 볼륨 트렌드 - 시간에 따른 플랫폼 전반의 주제에 대한 정규화된 관심도로, 성장률과 과거 시계열 데이터를 포함합니다. 원시 게시물 수가 아니라 트렌드 비교를 위해 보정된 정규화된 수요 신호입니다.

브랜드에 대한 커뮤니티 감정을 추적하는 데 유용한가요?

볼륨 신호 측면에서는 그렇습니다. Trends MCP는 브랜드에 대한 논의가 증가하는지 감소하는지를 보여줍니다. 감정의 경우 News 소스가 감정 점수를 제공하며, Reddit은 순수한 볼륨 맥락을 제공합니다.

특정 서브레딧을 추적할 수 있나요?

현재 신호는 키워드에 대한 Reddit 플랫폼 전반의 토론 볼륨입니다. 서브레딧 수준의 필터링은 로드맵에 있습니다.

Reddit은 주제가 주류 Google 검색에 도달하기 전에 틈새, 열성 팬, 얼리어답터 커뮤니티를 자주 반영합니다. 둘을 비교하면 관심이 아직 언더그라운드인지 주류로 진입하는지 알 수 있습니다.


전체 데이터 소스

Trends MCP는 하나의 연결로 12개 이상의 소스를 지원합니다: Google Search, YouTube, TikTok, Reddit, Amazon, Wikipedia, News Sentiment, Web Traffic, App Downloads, 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