4 months ago
A Model Context Protocol (MCP) server that provides AI-powered Reddit search and discovery capabilities. Search millions of Reddit posts with semantic AI, explore subreddits, and discover trending topics.
Powered by reddapi.dev - Reddit Search API.
Server Config
{
"mcpServers": {
"reddit-search-mcp": {
"command": "npx",
"args": [
"reddit-search-mcp"
],
"env": {
"REDDAPI_API_KEY": "your_api_key_here"
}
}
}
}