Awesome MCPSocial & Messaging

king-of-the-grackles/reddit-research-mcp

⭐ 240 Python repository created 2025-08-12

king-of-the-grackles/reddit-research-mcp, presented as the Dialog MCP Server, is a Python MCP server that gives any MCP client research access to Reddit. It runs at a public HTTP endpoint and can be added to Claude Code, Cursor, OpenAI Codex CLI, Gemini CLI or any other MCP-capable assistant with a single command; no Reddit API credentials are needed because the hosted service handles access, and clients authenticate through Descope OAuth2. The server uses a three-layer tool design: discover_operations lists the available operations and recommends workflows, get_operation_schema returns parameter requirements, validation rules and examples for a chosen operation, and execute_operation runs it with validated arguments. Behind those three MCP tools sit five Reddit operations and five feed operations. discover_subreddits performs semantic vector search over an index of more than 20,000 active subreddits, described as communities with at least 2,000 members and refreshed weekly, so relevant communities can be found beyond the 250-result cap of the Reddit search API. search_subreddit queries posts inside one community with time and sort filters, fetch_posts lists hot, new, top or rising posts, fetch_multiple batches several subreddits concurrently, and fetch_comments returns complete comment trees. The feed operations create, list, read, update and delete saved collections of subreddits so a research configuration can be reused across sessions for ongoing monitoring. The server also ships one prompt, reddit_research, and one resource, reddit://server-info. Results carry direct URLs, upvote counts and awards so findings can be cited to specific posts and comments. It is built with FastMCP, needs Python 3.11 or newer and is MIT licensed, and only public Reddit data is accessed. The README positions it for founders, product managers and market researchers doing competitive analysis, customer discovery and sentiment tracking, and as part of the commercial Dialog platform.

https://github.com/king-of-the-grackles/reddit-research-mcp

redditresearchsemantic-searchmcp-serverpythonfastmcpmarket-research

Also in Social & Messaging

Panniantong/Agent-Reach

Agent Reach gives AI agents the ability to access and interact with the entire internet, including popular platforms like Twitter, Reddit, YouTube, GitHub, and Bilibili, without API fees, enhancing...

lharries/whatsapp-mcp

WhatsApp MCP Server is an MCP server that enables AI-driven interaction with personal WhatsApp messages and media through integration with LLMs like Claude, using a Go bridge and Python MCP server architecture.

korotovsky/slack-mcp-server

A feature-rich Model Context Protocol (MCP) server for Slack Workspaces supporting stealth and OAuth modes, multiple transports, proxy settings, and comprehensive Slack message and channel interactions without requiring workspace permissions or bot approvals.

chigwell/telegram-mcp

Telegram MCP Server is a full-featured integration that enables programmatic interaction with Telegram accounts through the Model Context Protocol, providing extensive tools for messaging, chat and group management, contact handling, and more.

pipeboard-co/meta-ads-mcp

Meta Ads MCP is an MCP server that enables AI models to access, analyze, and manage advertising campaigns on Meta platforms like Facebook and Instagram through a standardized interface.

GongRzhe/Gmail-MCP-Server

Gmail AutoAuth MCP Server is an MCP server that enables AI assistants to manage Gmail through natural language commands with full Gmail API integration and OAuth2 authentication support.

chatmcp/mcp-server-chatsum

mcp-server-chatsum is an MCP server that enables querying and summarizing chat messages to facilitate efficient chat data management and review.

line/line-bot-mcp-server

An MCP server implementation that integrates the LINE Messaging API to connect AI Agents with LINE Official Accounts for automated and customizable messaging.