Reddit MCP Server for Claude Desktop
Connect Claude Desktop directly to Reddit. Enable Claude to search public forums, analyze sentiment, inspect threaded discussions, and synthesize community feedback.
Claude Desktop Configuration
Add this to your claude_desktop_config.json file:
{
"mcpServers": {
"reddit": {
"command": "npx",
"args": ["-y", "@subscraper/mcp"],
"env": {
"SUBSCRAPER_API_KEY": "sk-your-subscraper-api-key"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\\Claude\\claude_desktop_config.jsonWhat Claude Can Do With Reddit
Claude uses its extended reasoning window to synthesize complex discussions.
“Search r/SaaS for posts about 'first 100 customers' in the past year. Summarize the top three distribution channels founders actually found effective.”
- 1. Calls
reddit_search(query="first 100 customers", subreddit="SaaS", time="year") - 2. Fetches full comments for top voted discussions using
reddit_get_post(postId=...) - 3. Synthesizes actionable findings: 1) Cold LinkedIn outreach with personal Loom videos, 2) Direct founder presence in niche subreddits, 3) Directory launches.
14 Reddit Tools in Claude's Arsenal
Each tool has rich schemas and descriptions enabling Claude to pick the right function.
Search discussions, sentiment, and user opinions across all subreddits.
Retrieve full long-form post text and deeply nested comment discussions.
Analyze trending topics from communities like r/technology or r/investing.
Inspect community guidelines, subscriber counts, and sidebars.
Analyze account reputation, karma, and bio details.
Review an individual user's submission history.
Retrieve a user's chronological public commentary.
Discover subreddits matching any niche research topic.
Locate specific Reddit accounts by username.
Fetch specific comment permalinks with surrounding conversational context.
Track current viral stories across r/popular.
Monitor fastest growing subreddits by topic.
Determine whether a shared link is a post, comment, user, or subreddit.
Discover communities categorized by interest and subject taxonomy.
Frequently Asked Questions
Where is the claude_desktop_config.json file located?
On macOS: ~/Library/Application Support/Claude/claude_desktop_config.json. On Windows: %APPDATA%\\Claude\\claude_desktop_config.json.
Do I need Claude Pro to use MCP with Claude Desktop?
Model Context Protocol (MCP) is supported on Claude Desktop for both free and Claude Pro/Team accounts using the official desktop application.
Can Claude summarize Reddit comments with this MCP server?
Yes. Claude will automatically fetch the full nested comment tree of any Reddit thread and synthesize common themes, contrarian viewpoints, and top user recommendations.
Give Claude Desktop the power of Reddit.
Sign up in seconds and get 30 free requests for testing.
Get Started Free