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.

What are the prerequisites for using the Reddit Content API?

You need Python 3.10+, a Reddit account, a registered Reddit application, and optionally Claude Desktop and/or Cursor.

How do I configure the environment variables?

Create a .env file in the project root with variables: REDDIT_CLIENT_ID, REDDIT_CLIENT_SECRET, and REDDIT_REFRESH_TOKEN.

What should I do if only 2 tools appear instead of 10?

Ensure the package is not installed in editable mode, add 'src' to PYTHONPATH, and remove any installed versions from site-packages.

How can I regenerate the Reddit refresh token?

Run 'python -m mcp_reddit.auth_helper' and follow the instructions to authorize the application.

What should I do if tools don't appear in Claude/Cursor?

Check the configuration files for correct paths and PYTHONPATH, and restart Claude/Cursor after modifications.