
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@practicaltools/reddit-mcp-server
Advanced tools
An MCP server that allows AI agents to search Reddit or find specific leads by delegating the scraping task to Apify cloud actors.
reddit_fast_search: Quickly search for Reddit posts, comments, or users.reddit_lead_monitor: Find high-intent leads or brand mentions while filtering out noise.Claude Desktop | Cursor IDE | Windsurf | VS Code | Claude Code
Choose your platform to install Reddit MCP in seconds:
Uses Smithery to automatically configure your apps:
npx @smithery/cli install @practicaltools/reddit-mcp-server --config "{ \"APIFY_API_TOKEN\": \"YOUR_TOKEN\" }"npx @smithery/cli install @practicaltools/reddit-mcp-server --client cursor --config "{ \"APIFY_API_TOKEN\": \"YOUR_TOKEN\" }"npx @smithery/cli install @practicaltools/reddit-mcp-server --client windsurf --config "{ \"APIFY_API_TOKEN\": \"YOUR_TOKEN\" }"Just run this one-liner in your terminal:
claude-code --mcp @practicaltools/reddit-mcp-server="node /ABSOLUTE/PATH/TO/PROJECT/dist/index.js" --env APIFY_API_TOKEN=YOUR_TOKEN
Copy this to your .vscode/mcp.json:
{
"mcpServers": {
"@practicaltools/reddit-mcp-server": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/PROJECT/dist/index.js"],
"env": { "APIFY_API_TOKEN": "YOUR_TOKEN" }
}
}
}
To use this server, you need an Apify API token.
Add the following to your claude_desktop_config.json:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"@practicaltools/reddit-mcp-server": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/PROJECT/dist/index.js"],
"env": {
"APIFY_API_TOKEN": "YOUR_APIFY_TOKEN"
}
}
}
}
Reddit Apifystdionode /ABSOLUTE/PATH/TO/PROJECT/dist/index.jsAPIFY_API_TOKEN, Value=YOUR_TOKEN.vscode/mcp.json in your project root:{
"mcpServers": {
"@practicaltools/reddit-mcp-server": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/PROJECT/dist/index.js"],
"env": {
"APIFY_API_TOKEN": "YOUR_APIFY_TOKEN"
}
}
}
}
When running claude-code, you can specify the MCP server:
claude-code --mcp @practicaltools/reddit-mcp-server="node /ABSOLUTE/PATH/TO/PROJECT/dist/index.js" --env APIFY_API_TOKEN=YOUR_TOKEN
ChatGPT and Lovable do not natively support external MCP servers yet. To use them, you can use a bridging tool like mcp-bridge which exposes the tools as GPT Actions or a local API that Lovable can interact with.
To use this server with agentic coding assistants like Antigravity:
npm run build)..json file or via a command).reddit_fast_search and reddit_lead_monitor directly.# 1. Install dependencies
npm install
# 2. Build for production (Generates dist/index.js)
npm run build
# 3. Running in dev mode
npm run dev
FAQs
Reddit MCP Server via Apify
The npm package @practicaltools/reddit-mcp-server receives a total of 51 weekly downloads. As such, @practicaltools/reddit-mcp-server popularity was classified as not popular.
We found that @practicaltools/reddit-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.