reddit-mcp-server
Reddit MCP Server via Apify
This MCP server provides a seamless way for AI applications to interact with Reddit, enabling features such as searching posts across the platform or within specific subreddits. Users can browse various types of posts including hot, top, new, or rising content from any subreddit, and can retrieve detailed information about posts along with their nested comment trees. Additionally, the server allows for viewing user activity, including recent posts and comments, as well as accessing a user's submitted posts.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"reddit-mcp-server": {
"args": [
"-y",
"@practicaltools/reddit-mcp-server"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions