loading…
Search for a command to run...
loading…
Enables searching Reddit posts, fetching subreddit content, and retrieving post comments without requiring an API key. It uses public JSON endpoints to provide
Enables searching Reddit posts, fetching subreddit content, and retrieving post comments without requiring an API key. It uses public JSON endpoints to provide seamless access to Reddit data for LLM-based applications.
MCP server for searching Reddit. No API key required.
Search Reddit posts globally or within a subreddit.
subreddit:NAME prefix to limit to a subreddit.relevance, hot, top, new, comments (default: relevance).hour, day, week, month, year, all (default: week).Get recent posts from a specific subreddit.
hot, new, top, rising (default: hot).top sort (default: week).Get comments from a specific Reddit post.
confidence, top, new, controversial, old, qa (default: top).npm install
No API key needed. Uses Reddit's public JSON endpoints (~10 requests/minute).
npm start
The server runs on stdio using the Model Context Protocol.
Add to your .mcp.json:
"reddit-search": {
"command": "npx",
"args": ["tsx", "src/index.ts"],
"cwd": "/path/to/reddit-search"
}
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"reddit-search": {
"command": "npx",
"args": []
}
}
}