com.thenextgennexus/reddit-mcp-server
Official2 toolsPost + comment + subreddit search with comment-level depth for sentiment work.
Searches Reddit posts, comments, and subreddits with comment-level analysis for sentiment and trends.
Captured live from the server via tools/list.
search_reddit
Search Reddit posts. Returns titles, scores, comments, and content. Args: query: Search query (e.g. 'best programming language') subreddit: Specific subreddit (optional, e.g. 'programming') max_results: Max posts (default 20)
Parameters (3)
- querystringrequired
- subredditstring
- max_resultsinteger
get_subreddit
Get posts from a subreddit. Returns titles, scores, comments. Args: subreddit: Subreddit name (e.g. 'technology') sort: Sort order: 'hot', 'new', 'top' (default 'hot') max_results: Max posts (default 25)
Parameters (3)
- subredditstringrequired
- sortstring
- max_resultsinteger
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"reddit-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/reddit-mcp-server/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.