Reddit MCP Server via Apify
Valid MCP server (3 strong, 7 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
4 files analyzed ยท 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: APIFY_API_TOKEN
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-mypracticaltools-reddit-mcp-server": {
"env": {
"APIFY_API_TOKEN": "your-apify-api-token-here"
},
"args": [
"-y",
"@practicaltools/reddit-mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
Be the first to review this server!
Added support for streaming responses and improved error handling for rate-limited requests.
Major release: new tool registration API, breaking changes to configuration format. See migration guide.
Added OAuth 2.0 support and improved connection pooling.
Initial stable release.