community-research-mcp
Allows searching Reddit posts and reading Reddit threads and comments, returning structured JSON output for LLM consumption.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@community-research-mcpsearch Reddit for recent posts about D54 burst delay in r/MarathonTheGame"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 credentialsTo get Reddit credentials:
Click "Create App" or "Create Another App"
Select "script" for personal use
Fill in name and redirect URI (http://localhost:8080)
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-mcpTools
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]"
pytestQwenPaw 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
This server cannot be installed
Maintenance
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
- Alicense-qualityDmaintenanceA 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 updated9MIT
- Flicense-qualityDmaintenanceA 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 updated1
- AlicenseBqualityCmaintenanceAn 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 updated81The Unlicense
- Alicense-qualityDmaintenanceA 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 updated271MIT
Related MCP Connectors
Reddit MCP — public Reddit data via JSON endpoints (no auth required)
Reddit & X data for AI agents over MCP. Semantic search, hosted, no Reddit API.
An MCP server for deep research or task groups
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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