- Home
- MCP servers
- Reddit Insights
Reddit Insights
- javascript
0
GitHub Stars
javascript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"lignertys-reddit-insights-mcp": {
"command": "npx",
"args": [
"reddit-insights-mcp"
],
"env": {
"REDDIT_INSIGHTS_API_KEY": "YOUR_API_KEY"
}
}
}
}You can run the Reddit Insights MCP Server to add AI-powered Reddit search and discovery to your MCP client workflow. It lets you semantically search millions of Reddit posts, explore subreddits, and uncover trending topics, all through an MCP-compatible interface you can query from your client applications or chat flows.
How to use
You will run the MCP server locally or in your environment, then connect your MCP client to it using the provided runtime command. Use the available endpoints to perform semantic searches for Reddit discussions, fetch subreddit details, list subreddits with optional filtering, and retrieve trending Reddit insights.
How to install
Prerequisites: you need Node.js installed on your system. You will typically install the MCP server globally so you can run it from anywhere.
Additional sections
Configuration, security notes, and usage examples are provided below to help you integrate and run the server smoothly. If you need to adjust API access, environment variables, or client configuration, follow the concrete steps and examples.
Available tools
reddit_search
Search Reddit conversations using semantic AI with a natural language query and optional limit for results.
reddit_list_subreddits
Retrieve a paginated, filterable list of subreddits with optional search criteria.
reddit_get_subreddit
Fetch detailed information about a specific subreddit by name.
reddit_get_trends
Get current Reddit trends and insights with paging and time-based filtering.