GitHub Stars
181
User Rating
Not Rated
Favorites
0
Views
20
Forks
25
Issues
3
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Python: 3.6 or higher
PRAW: Latest version
Installation Steps
1. Clone Repository
bash
git clone https://github.com/Arindam200/reddit-mcp.git
cd reddit-mcp
2. Connect to the MCP server
Copy the below json with the appropriate {{PATH}} values: ``json
{
"mcpServers": {
"reddit": {
"command": "{{PATH_TO_UV}}", // Run which uv and place the output here
"args": [
"--directory",
"{{PATH_TO_SRC}}", // cd into the repo, run pwd and enter the output here
"run",
"server.py"
],
"env": {
"REDDIT_CLIENT_ID": "your_client_id",
"REDDIT_CLIENT_SECRET": "your_client_secret",
"REDDIT_USERNAME": "your_username", // Optional for authenticated operations
"REDDIT_PASSWORD": "your_password" // Optional for authenticated operations
}
}
}
}
``
3Restart Claude Desktop / Cursor
Open Claude Desktop and you should now see Reddit as an available integration.
Or restart Cursor.Additional Resources
Author Information
586
Followers
68
Repositories
0
Gists
0
Total Contributions