- Home
- MCP servers
- Reddit Research
Reddit Research
- python
90
GitHub Stars
python
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Dialog is an MCP server that provides AI-powered Reddit research capabilities for competitive analysis, market research, and customer discovery. It indexes thousands of subreddits and enables you to explore sentiment, extract evidence with citations, and manage ongoing research feeds without handling Reddit credentials directly.
How to use
Connect to the Dialog MCP server from your MCP client to start researching Reddit discussions. You can discover subreddits, search posts, fetch posts and comments, and manage saved feeds for ongoing monitoring. Use plain, natural-language prompts to generate evidence-based reports with links to original Reddit posts, upvotes, and awards.
How to install
Prerequisites: ensure you have Python 3.11+ or a compatible runtime, and a compatible MCP client installed on your system.
Install or prepare your MCP client and then add the Dialog MCP server using its remote URL. You can use any of the following example commands with your MCP client to connect to the server.
Examples and setup commands
claude mcp add --scope local --transport http dialog-mcp https://reddit-research-mcp.fastmcp.app/mcp
cursor://anysphere.cursor-deeplink/mcp/install?name=dialog-mcp&config=eyJ1cmwiOiJodHRwczovL3JlZGRpdC1yZXNlYXJjaC1tY3AuZmFzdG1jcC5hcHAvbWNwIn0%3D
codex mcp add dialog-mcp \
npx -y mcp-remote \
https://reddit-research-mcp.fastmcp.app/mcp \
--auth-timeout 120 \
--allow-http
gemini mcp add dialog-mcp \
npx -y mcp-remote \
https://reddit-research-mcp.fastmcp.app/mcp \
--auth-timeout 120 \
--allow-http
Direct MCP server URL
Use the remote URL to connect: https://reddit-research-mcp.fastmcp.app/mcp
Available tools
discover_operations
List available MCP operations and get workflow recommendations.
get_operation_schema
Fetch the schema for a given operation, including parameters and examples.
execute_operation
Run a specified operation with validated parameters to perform the requested data retrieval or analysis.
discover_subreddits
Find relevant subreddits using semantic vector search across 20,000+ indexed communities.
search_subreddit
Search posts within a subreddit with filters for time range and sort order.
fetch_posts
Retrieve posts from a single subreddit by type (hot, new, top, rising).
fetch_multiple
Batch fetch posts from multiple subreddits concurrently for efficiency.
fetch_comments
Get complete comment trees for deep discussion analyses.
create_feed
Save discovered subreddits with analysis and metadata for persistent monitoring.
list_feeds
View all saved feeds with pagination.
get_feed
Retrieve a specific feed by ID.
update_feed
Modify feed name, subreddits, or analysis details.
delete_feed
Remove a feed permanently.