Claude Desktop MCP Integration

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:

claude_desktop_config.jsonJSON
{
  "mcpServers": {
    "reddit": {
      "command": "npx",
      "args": ["-y", "@subscraper/mcp"],
      "env": {
        "SUBSCRAPER_API_KEY": "sk-your-subscraper-api-key"
      }
    }
  }
}
macOS path: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows path: %APPDATA%\\Claude\\claude_desktop_config.json

What Claude Can Do With Reddit

Claude uses its extended reasoning window to synthesize complex discussions.

Prompt to Claude

“Search r/SaaS for posts about 'first 100 customers' in the past year. Summarize the top three distribution channels founders actually found effective.”

Claude's Multi-Tool Execution
  • 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.

reddit_search

Search discussions, sentiment, and user opinions across all subreddits.

reddit_get_post

Retrieve full long-form post text and deeply nested comment discussions.

reddit_get_community_posts

Analyze trending topics from communities like r/technology or r/investing.

reddit_get_community_details

Inspect community guidelines, subscriber counts, and sidebars.

reddit_get_user_profile

Analyze account reputation, karma, and bio details.

reddit_get_user_posts

Review an individual user's submission history.

reddit_get_user_comments

Retrieve a user's chronological public commentary.

reddit_search_communities

Discover subreddits matching any niche research topic.

reddit_search_users

Locate specific Reddit accounts by username.

reddit_get_comment_permalink

Fetch specific comment permalinks with surrounding conversational context.

reddit_get_popular

Track current viral stories across r/popular.

reddit_get_leaderboard

Monitor fastest growing subreddits by topic.

reddit_resolve_url_type

Determine whether a shared link is a post, comment, user, or subreddit.

reddit_explore

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