MCP server that enables AI assistants to search Reddit conversations, explore subreddits, and access trending topics.
服务器配置
{
"mcpServers": {
"reddit-insights": {
"command": "npx",
"args": [
"reddit-insights-mcp"
],
"env": {
"REDDIT_INSIGHTS_API_KEY": "your_api_key_here"
}
}
}
}