Back to Apps

Reddit MCP Server
by Callacockahoop528
Access Reddit posts, subreddit data, and user activity without needing API keys or authentication.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
Reddit MCP Server provides a seamless bridge for AI assistants to fetch real-time data from Reddit. It abstracts the complexity of Reddit's API, allowing assistants to search for discussions, browse specific subreddits, and track user activity without the need for manual API key configuration.
Tools
- Post Search: Find specific discussions and threads based on keywords.
- Subreddit Browser: Retrieve lists of posts and metadata from any public subreddit.
- User Activity Tracker: Inspect user profiles and their historical posting patterns.
- Data Structurer: Converts raw Reddit threads into clean, AI-readable formats.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"reddit-mcp": {
"command": "python",
"args": ["-m", "reddit_mcp_server"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json settingsClaude Desktop
Add to claude_desktop_config.json as a python module: reddit_mcp_server





