Reddit MCP Server
by SzeMeng76
A Reddit server based on the Model Context Protocol (MCP), providing browsing, searching, and reading Reddit content. This implementation is written in JavaScript/Node.js and can be run directly via npx.
Last updated: N/A
What is Reddit MCP Server?
This is a Reddit MCP server that allows you to browse, search, and read Reddit content without needing a Reddit account for read-only access. It leverages the Model Context Protocol (MCP) to integrate with applications like Claude Desktop.
How to use Reddit MCP Server?
To use the server, you need a Reddit API client ID and secret. You can obtain these by creating a Reddit app. Then, you can run the server directly using npx reddit-mcp
after setting the REDDIT_CLIENT_ID
and REDDIT_CLIENT_SECRET
environment variables or by creating a .env
file with these variables. You can also integrate it with Claude Desktop by adding a configuration to your Claude Desktop profile.
Key features of Reddit MCP Server
Browse subreddits, posts, and comments
Search Reddit content
Read-only access without a Reddit account
Zod-powered input validation
Use cases of Reddit MCP Server
Integrating Reddit content into AI applications
Providing Reddit data to language models
Building custom Reddit interfaces
Analyzing Reddit trends and discussions
FAQ from Reddit MCP Server
What is MCP?
What is MCP?
MCP stands for Model Context Protocol. It's a protocol for connecting applications with data sources.
Do I need a Reddit account to use this?
Do I need a Reddit account to use this?
No, you don't need a Reddit account for read-only access.
How do I get a Reddit API client ID and secret?
How do I get a Reddit API client ID and secret?
You need to create a Reddit app at https://www.reddit.com/prefs/apps.
Can I contribute to this project?
Can I contribute to this project?
Yes, you can clone the repository, make changes, and submit a pull request.
What license is this project under?
What license is this project under?
This project is licensed under the MIT License.