Skip to main content
Glama
bsaa141aly-bit

community-research-mcp

Community Research MCP

MCP server for researching community discussions (Reddit focus).

Features

  • Search Reddit posts

  • Read Reddit threads and comments

  • Structured JSON output optimized for LLM consumption

Related MCP server: PuchAI MCP Server

Installation

pip install -e .

Configuration

Create a .env file with your Reddit API credentials:

cp .env.example .env
# Edit .env with your credentials

To get Reddit credentials:

  1. Go to https://www.reddit.com/prefs/apps

  2. Click "Create App" or "Create Another App"

  3. Select "script" for personal use

  4. Fill in name and redirect URI (http://localhost:8080)

  5. Copy the client ID (under app name) and secret

Usage

Run MCP Server

# Development
mcp dev src/community_research_mcp/server.py

# Production
community-research-mcp

Tools

reddit_search_posts

Search Reddit for public posts.

{
  "query": "D54 burst delay",
  "subreddit": "MarathonTheGame",
  "sort": "relevance",
  "time_filter": "month",
  "limit": 10
}

reddit_read_thread

Read a Reddit post and its comment tree.

{
  "url_or_id": "https://www.reddit.com/r/.../comments/...",
  "comment_sort": "best",
  "max_comments": 80,
  "max_depth": 4
}

Testing

pip install -e ".[dev]"
pytest

QwenPaw Integration

Add to your mcp_config.json:

{
  "community-research-mcp": {
    "command": "community-research-mcp",
    "env": {
      "REDDIT_CLIENT_ID": "your_client_id",
      "REDDIT_CLIENT_SECRET": "your_client_secret",
      "REDDIT_USER_AGENT": "community-research-mcp:v0.1.0 (by /u/yourusername)"
    }
  }
}

License

MIT

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (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
    -
    quality
    D
    maintenance
    A Model Context Protocol server that enables AI assistants like Claude to browse and analyze Reddit content, including searching subreddits, retrieving post details with comments, and viewing trending posts.
    Last updated
    9
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    A multi-purpose MCP server that enables Reddit research for market validation, data visualization with charts, medicine information lookup, user preference management, and task management tools. Provides comprehensive utilities for research, data analysis, and personal productivity through natural language interactions.
    Last updated
    1
  • A
    license
    B
    quality
    C
    maintenance
    An MCP server that provides both read-only and authenticated access to Reddit content and interactions without requiring a developer API key. It enables users to browse posts, search subreddits, and perform write actions like commenting and voting by leveraging browser session cookies.
    Last updated
    8
    1
    The Unlicense
  • A
    license
    -
    quality
    D
    maintenance
    A read-only MCP server that connects to the Reddit Data API to search posts, browse subreddits, read comments, view user profiles, and check trending content through the Model Context Protocol.
    Last updated
    27
    1
    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/bsaa141aly-bit/community-research-mcp'

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