Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"reddit-mcp": {
"env": {
"APIFY_API_TOKEN": "YOUR_APIFY_TOKEN"
},
"args": [
"-y",
"@practicaltools/reddit-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP server that allows AI agents to search Reddit or find specific leads by delegating the scraping task to high-performance Apify cloud actors.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@practicaltools/reddit-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @practicaltools/reddit-mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication / search
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
MCP Security Weekly
Get CVE alerts and security updates for io.github.mypracticaltools/reddit-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP server that allows AI agents to search Reddit or find specific leads by delegating the scraping task to high-performance Apify cloud actors.
reddit_fast_search: Quickly search for Reddit posts, comments, or users. Best for general information gathering.reddit_lead_monitor: Find high-intent leads or brand mentions while filtering out noise.Choose your platform to install Reddit MCP in seconds:
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"reddit-mcp": {
"command": "npx",
"args": ["-y", "@practicaltools/reddit-mcp-server"],
"env": {
"APIFY_API_TOKEN": "YOUR_APIFY_TOKEN"
}
}
}
}
Reddit MCPstdionpx -y @practicaltools/reddit-mcp-serverAPIFY_API_TOKEN=YOUR_TOKENclaude-code --mcp @practicaltools/reddit-mcp-server="npx -y @practicaltools/reddit-mcp-server" --env APIFY_API_TOKEN=YOUR_TOKEN
Add to .vscode/mcp.json:
{
"mcpServers": {
"reddit-mcp": {
"command": "npx",
"args": ["-y", "@practicaltools/reddit-mcp-server"],
"env": { "APIFY_API_TOKEN": "YOUR_TOKEN" }
}
}
}
To use this server, you need an Apify API token.
If you want to contribute or run from source:
# Install dependencies
npm install
# Build the project
npm run build
# Run locally
node dist/index.js
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
MIT License - see LICENSE for details.
Built with ❤️ by Practical Tools