mcp-reddit

mcp-reddit

16

The Reddit Content API project offers Model Context Protocol tools to access and manipulate Reddit content programmatically. It includes features for reading and analyzing posts, creating content, and voting, with seamless integration into Claude Desktop and Cursor environments for enhanced user interaction.

Overview

This project provides tools for interacting with Reddit via the Model Context Protocol. It supports features such as reading trending posts, analyzing discussions, creating and commenting on posts, and voting on content. The setup requires Python 3.10+, a Reddit account, a registered Reddit application, and optionally, Claude Desktop and/or Cursor.

Features

  • Fetch trending subreddit posts
  • Analyze Reddit discussions
  • Create posts and comments
  • Vote on content

Installation

  • Require Python 3.10+
  • Clone the repo and create a virtual environment
  • Configure with a registered Reddit app client ID and secret

Usage

Run the server to interact with Reddit via MCP tools, with configuration available for Claude and Cursor integration.

Troubleshooting

Common issues include import errors and authentication problems, with solutions provided for each case.