MCP Server Reddit logo

MCP Server Reddit

by Hawstein

MCP Server Reddit provides access to the Reddit public API for LLMs. It enables LLMs to interact with Reddit's content, including browsing posts, accessing subreddit information, and reading comments.

View on GitHub

Last updated: N/A

What is MCP Server Reddit?

MCP Server Reddit is a Model Context Protocol server that allows Large Language Models (LLMs) to access and interact with Reddit's public API. It uses redditwarp to facilitate this interaction and exposes the functionality through the MCP protocol.

How to use MCP Server Reddit?

The server can be used through ClaudeMind, uv, or PIP. After installation, configure the server for your specific client (Claude or Zed) by adding the appropriate JSON configuration snippet. Then, use the available tools (get_frontpage_posts, get_subreddit_info, etc.) to query Reddit data.

Key features of MCP Server Reddit

  • Access to Reddit's public API

  • Integration with LLMs via MCP

  • Tools for browsing frontpage posts

  • Tools for accessing subreddit information

  • Tools for reading post comments

  • Support for ClaudeMind, uv, and PIP installation

  • Configurable limits for data retrieval

Use cases of MCP Server Reddit

  • Summarizing Reddit discussions for LLMs

  • Providing LLMs with context from specific subreddits

  • Enabling LLMs to answer questions based on Reddit content

  • Analyzing trends and sentiment on Reddit

  • Generating content based on Reddit data

FAQ from MCP Server Reddit

What is the default limit for posts returned by the 'get_frontpage_posts' tool?

The default limit is 10, with a range of 1-100.

What is the purpose of the 'subreddit_name' argument?

The 'subreddit_name' argument specifies the name of the subreddit you want to query (e.g., 'Python', 'news').

What time filters are available for the 'get_subreddit_top_posts' tool?

The available time filters are 'hour', 'day', 'week', 'month', 'year', and 'all'.

What is the default comment depth for the 'get_post_content' tool?

The default comment depth is 3, with a range of 1-10.

How can I debug the server?

You can use the MCP inspector to debug the server. The command is provided in the debugging section of the README.