Connect Reddit to Windsurf with MCP
Give Windsurf Cascade the ability to search real-world developer discussions, inspect community workarounds, and debug errors with live Reddit intelligence.
Windsurf MCP Configuration
Add to your ~/.codeium/windsurf/mcp_config.json file:
{
"mcpServers": {
"reddit": {
"command": "npx",
"args": ["-y", "@subscraper/mcp"],
"env": {
"SUBSCRAPER_API_KEY": "sk-your-subscraper-api-key"
}
}
}
}Cascade Agent in Action
Windsurf Cascade automatically queries Reddit to find answers to complex compiler errors.
“Search r/rust for discussions on the latest tokio async drop bug and let me know if our connection pool implementation is affected.”
- 1. Calls
reddit_search(query="tokio async drop bug", subreddit="rust") - 2. Reads top responses with code snippets explaining the edge-case cancellation token.
- 3. Validates against your workspace files and suggests a defensive refactor.
14 Available Tools
Exposed directly to Windsurf through standard MCP tool calling.
Search technical queries and discussions across programming communities.
Retrieve complete post body and threaded discussions for deep context.
Fetch new and top submissions from subreddits like r/devops or r/rust.
Inspect community guidelines, rules, and member counts.
Check user karma, bio, and credibility indicators.
Browse a developer's submission history.
Inspect specific technical comments and code snippets.
Find developer communities matching new libraries and tools.
Find Reddit accounts by username.
Retrieve specific comments with surrounding thread context.
Track trending topics on r/popular in real time.
Monitor growing programming communities.
Classify any pasted Reddit URL.
Explore categorized technical verticals.
Frequently Asked Questions
How do I configure MCP servers in Windsurf?
In Windsurf, open Cascade settings or edit the mcp_config.json file (located in ~/.codeium/windsurf/mcp_config.json) to add the subscraper-reddit server configuration.
Can Windsurf Cascade use Reddit tools autonomously?
Yes. Cascade will automatically determine when external Reddit context is needed to troubleshoot third-party API deprecations or tricky library setup instructions.
Does SubScraper require proxy configuration in Windsurf?
No. All residential proxy rotation and Reddit rate-limit mitigation happen automatically on SubScraper's backend servers.
Equip Windsurf with live Reddit intelligence.
Get 30 free requests and configure your Windsurf MCP server in seconds.
Start Free