The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Reddit Insights MCP listing page.
A Model Context Protocol (MCP) server that provides AI-powered Reddit search and discovery capabilities. Search millions of Reddit posts with semantic AI, explore subreddits, and discover trending topics.
Or run directly with npx:
Add to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
| Variable | Required | Description |
|---|---|---|
REDDIT_INSIGHTS_API_KEY | No | API key for premium features |
Get your API key at reddit-insights.com
reddit_searchSearch Reddit conversations using semantic AI search.
Parameters:
query (string, required): Natural language search querylimit (number, optional): Maximum results (1-100, default: 20)Example:
reddit_list_subredditsGet a paginated list of available subreddits.
Parameters:
page (number, optional): Page number (default: 1)limit (number, optional): Results per page (1-100, default: 20)search (string, optional): Filter by name, title, or descriptionreddit_get_subredditGet detailed information about a specific subreddit.
Parameters:
subreddit (string, required): Subreddit name without r/ prefixreddit_get_trendsGet Reddit trend articles and insights.
Parameters:
page (number, optional): Page number (default: 1)perPage (number, optional): Results per page (default: 12)filter (string, optional): Time period - "latest", "today", "week", "month"category (string, optional): Filter by categoryResearch a topic:
Explore a community:
Find trends:
MIT