Reddit data extraction MCP server powered by Apify. Search subreddits, extract posts and comments, monitor trending topics, and analyze community engagement for market research and sentiment analysis.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"@apify/actors-mcp-server",
"--actors",
"nexgendata/reddit-mcp-server"
],
"env": {
"APIFY_TOKEN": "YOUR_APIFY_TOKEN"
}
}