mcp-server-reddit
A Model Context Protocol server that provides access to Reddit's public API for fetching content.
This MCP server enables LLMs to interact with Reddit's content, allowing users to browse frontpage posts, access subreddit information, and read comments on posts. It utilizes the redditwarp library to interact with Reddit's public API and exposes various functionalities through the MCP protocol. Users can retrieve hot, new, and top posts from specific subreddits, making it a versatile tool for accessing Reddit data. With this server, developers can easily integrate Reddit content into their applications, enhancing user engagement and providing real-time information. The server supports multiple tools, each designed to fetch specific types of content, ensuring a comprehensive approach to accessing Reddit's vast array of posts and discussions.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-reddit": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-reddit"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions